public class DialogNodeOutputGeneric
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Class and Description | 
|---|---|
| static class  | DialogNodeOutputGeneric.BuilderBuilder. | 
| static interface  | DialogNodeOutputGeneric.PreferenceThe preferred type of control to display, if supported by the channel. | 
| static interface  | DialogNodeOutputGeneric.QueryTypeThe type of the search query. | 
| static interface  | DialogNodeOutputGeneric.ResponseTypeThe type of response returned by the dialog node. | 
| static interface  | DialogNodeOutputGeneric.SelectionPolicyHow a response is selected from the list, if more than one response is specified. | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | delimiter()Gets the delimiter. | 
| java.lang.String | description()Gets the description. | 
| java.lang.String | discoveryVersion()Gets the discoveryVersion. | 
| java.lang.String | filter()Gets the filter. | 
| java.lang.String | messageToHumanAgent()Gets the messageToHumanAgent. | 
| DialogNodeOutputGeneric.Builder | newBuilder()New builder. | 
| java.util.List<DialogNodeOutputOptionsElement> | options()Gets the options. | 
| java.lang.String | preference()Gets the preference. | 
| java.lang.String | query()Gets the query. | 
| java.lang.String | queryType()Gets the queryType. | 
| java.lang.String | responseType()Gets the responseType. | 
| java.lang.String | selectionPolicy()Gets the selectionPolicy. | 
| java.lang.String | source()Gets the source. | 
| java.lang.Long | time()Gets the time. | 
| java.lang.String | title()Gets the title. | 
| java.lang.Boolean | typing()Gets the typing. | 
| java.util.List<DialogNodeOutputTextValuesElement> | values()Gets the values. | 
public DialogNodeOutputGeneric.Builder newBuilder()
public java.lang.String responseType()
public java.util.List<DialogNodeOutputTextValuesElement> values()
public java.lang.String selectionPolicy()
public java.lang.String delimiter()
public java.lang.Long time()
public java.lang.Boolean typing()
public java.lang.String source()
public java.lang.String title()
public java.lang.String description()
public java.lang.String preference()
public java.util.List<DialogNodeOutputOptionsElement> options()
public java.lang.String messageToHumanAgent()
public java.lang.String query()
public java.lang.String queryType()
public java.lang.String filter()
public java.lang.String discoveryVersion()