AvatarFormStateParameter
Parameters of the addFormState() method that registers a new dialog form state for an avatar.
Props
append
append: false
| undefined
| true
Specifies whether to append the value to the list. Optional, the default value is false
attempts
attempts: number
| undefined
Number of attempts to fill the form. Optional, the default value is 3
entity
entity: string
Parameter's entity
list
list: false
| undefined
| true
Specifies whether the form can have a list of values. Optional, the default value is false
name
name: string
Parameter's name
prompts
prompts: string[]
List of utterances to ask the customer in order to fill the form. Optional
required
required: false
| undefined
| true
Specifies whether the parameter is required. Optional, the default value is false
value
value: any
Parameter's value