DialogSuggestion.
More...
|
string | Label [get, set] |
| The user-facing label for the disambiguation option. This label is taken from the title or user_label property of the corresponding dialog node, depending on the disambiguation options. More...
|
|
DialogSuggestionValue | Value [get, set] |
| An object defining the message input, intents, and entities to be sent to the Watson Assistant service if the user selects the corresponding disambiguation option. More...
|
|
Dictionary< string, object > | Output [get, set] |
| The dialog output that will be returned from the Watson Assistant service if the user selects the corresponding option. More...
|
|
string | DialogNode [get, set] |
| The ID of the dialog node that the label property is taken from. The label property is populated using the value of the dialog node's user_label property. More...
|
|
◆ DialogNode
string IBM.Watson.Assistant.v1.Model.DialogSuggestion.DialogNode |
|
getset |
The ID of the dialog node that the label property is taken from. The label property is populated using the value of the dialog node's user_label property.
◆ Label
string IBM.Watson.Assistant.v1.Model.DialogSuggestion.Label |
|
getset |
The user-facing label for the disambiguation option. This label is taken from the title or user_label property of the corresponding dialog node, depending on the disambiguation options.
◆ Output
Dictionary<string, object> IBM.Watson.Assistant.v1.Model.DialogSuggestion.Output |
|
getset |
The dialog output that will be returned from the Watson Assistant service if the user selects the corresponding option.
◆ Value
An object defining the message input, intents, and entities to be sent to the Watson Assistant service if the user selects the corresponding disambiguation option.
The documentation for this class was generated from the following file: