Builder

abstract class Builder(val toHumanReadable: ConvertToHumanReadableFn)

Builder for PromptModel.

Inheritors

Constructors

Link copied to clipboard
constructor(toHumanReadable: ConvertToHumanReadableFn)

Properties

Functions

Link copied to clipboard
open fun addCommonDialogs()
Link copied to clipboard
abstract fun build(): PromptModel