public class RuntimeResponseGeneric
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Class and Description | 
|---|---|
| static class  | RuntimeResponseGeneric.BuilderBuilder. | 
| static interface  | RuntimeResponseGeneric.PreferenceThe preferred type of control to display. | 
| static interface  | RuntimeResponseGeneric.ResponseTypeThe type of response returned by the dialog node. | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | description()Gets the description. | 
| java.lang.String | header()Gets the header. | 
| java.lang.String | messageToHumanAgent()Gets the messageToHumanAgent. | 
| RuntimeResponseGeneric.Builder | newBuilder()New builder. | 
| java.util.List<DialogNodeOutputOptionsElement> | options()Gets the options. | 
| java.lang.String | preference()Gets the preference. | 
| java.lang.String | responseType()Gets the responseType. | 
| java.util.List<SearchResult> | results()Gets the results. | 
| java.lang.String | source()Gets the source. | 
| java.util.List<DialogSuggestion> | suggestions()Gets the suggestions. | 
| java.lang.String | text()Gets the text. | 
| java.lang.Long | time()Gets the time. | 
| java.lang.String | title()Gets the title. | 
| java.lang.String | topic()Gets the topic. | 
| java.lang.Boolean | typing()Gets the typing. | 
public RuntimeResponseGeneric.Builder newBuilder()
public java.lang.String responseType()
public java.lang.String text()
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 topic()
public java.util.List<DialogSuggestion> suggestions()
public java.lang.String header()
public java.util.List<SearchResult> results()