Watson Developer Cloud .NET Standard SDK  3.0.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.DialogNodeOutputGeneric.SelectionPolicyEnumValue Class Reference

How a response is selected from the list, if more than one response is specified. Valid only when response_type=text. More...

Public Attributes

const string SEQUENTIAL = "sequential"
 Constant SEQUENTIAL for sequential More...
 
const string RANDOM = "random"
 Constant RANDOM for random More...
 
const string MULTILINE = "multiline"
 Constant MULTILINE for multiline More...
 

Detailed Description

How a response is selected from the list, if more than one response is specified. Valid only when response_type=text.

Member Data Documentation

◆ MULTILINE

const string IBM.Watson.Assistant.v1.Model.DialogNodeOutputGeneric.SelectionPolicyEnumValue.MULTILINE = "multiline"

Constant MULTILINE for multiline

◆ RANDOM

const string IBM.Watson.Assistant.v1.Model.DialogNodeOutputGeneric.SelectionPolicyEnumValue.RANDOM = "random"

Constant RANDOM for random

◆ SEQUENTIAL

const string IBM.Watson.Assistant.v1.Model.DialogNodeOutputGeneric.SelectionPolicyEnumValue.SEQUENTIAL = "sequential"

Constant SEQUENTIAL for sequential


The documentation for this class was generated from the following file: