English Query
Caption Property
Specifies the recommended caption for one of three user input types: ListInput, StaticInput, and TextInput.
Applies To
Syntax
string = UserInput.Caption
Parts
string
A returned
UserInput
An
User input type | Description |
---|---|
ListInput | The recommended caption of the list of options from which the end user chooses. |
TextInput | A caption for the text that the end user provides. |
StaticInput | Any extra captions needed when clarifying an end user's question or request. For example, if an end user asks, "Which movies star Tanya van Dam", a caption such as, "Is van part of the first name or the last name?" could be specified. |
Remarks
This property is read-only.