Caption Property

English Query

English Query

Caption Property

Specifies the recommended caption for one of three user input types: ListInput, StaticInput, and TextInput.

Applies To

ListInput Object

StaticInput Object

TextInput Object

Syntax

string = UserInput.Caption

Parts

string

A returned string that contains the caption for the user's input.

UserInput

An object variable that represents one of the user input types.

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.

See Also

Reply Method