Watson Developer Cloud .NET Standard SDK  4.6.0
The .NET SDK uses the Watson Developer Cloud services, a collection of REST APIs and SDKs that use cognitive computing to solve complex problems.
IBM.Watson.Assistant.v1.Model.DialogSuggestion Class Reference

DialogSuggestion. More...

Properties

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...
 

Detailed Description

Property Documentation

◆ 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

DialogSuggestionValue IBM.Watson.Assistant.v1.Model.DialogSuggestion.Value
getset

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: