public class DialogRuntimeResponseGeneric extends GenericModel
| Modifier and Type | Class and Description | 
|---|---|
static interface  | 
DialogRuntimeResponseGeneric.Preference
The preferred type of control to display. 
 | 
static interface  | 
DialogRuntimeResponseGeneric.ResponseType
The type of response returned by the dialog node. 
 | 
| Constructor and Description | 
|---|
DialogRuntimeResponseGeneric()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getDescription()
Gets the description. 
 | 
java.lang.String | 
getMessageToHumanAgent()
Gets the messageToHumanAgent. 
 | 
java.util.List<DialogNodeOutputOptionsElement> | 
getOptions()
Gets the options. 
 | 
java.lang.String | 
getPreference()
Gets the preference. 
 | 
java.lang.String | 
getResponseType()
Gets the responseType. 
 | 
java.lang.String | 
getSource()
Gets the source. 
 | 
java.util.List<DialogSuggestion> | 
getSuggestions()
Gets the suggestions. 
 | 
java.lang.String | 
getText()
Gets the text. 
 | 
java.lang.Long | 
getTime()
Gets the time. 
 | 
java.lang.String | 
getTitle()
Gets the title. 
 | 
java.lang.String | 
getTopic()
Gets the topic. 
 | 
java.lang.Boolean | 
isTyping()
Gets the typing. 
 | 
void | 
setDescription(java.lang.String description)
Sets the description. 
 | 
void | 
setMessageToHumanAgent(java.lang.String messageToHumanAgent)
Sets the messageToHumanAgent. 
 | 
void | 
setOptions(java.util.List<DialogNodeOutputOptionsElement> options)
Sets the options. 
 | 
void | 
setPreference(java.lang.String preference)
Sets the preference. 
 | 
void | 
setResponseType(java.lang.String responseType)
Sets the responseType. 
 | 
void | 
setSource(java.lang.String source)
Sets the source. 
 | 
void | 
setSuggestions(java.util.List<DialogSuggestion> suggestions)
Sets the suggestions. 
 | 
void | 
setText(java.lang.String text)
Sets the text. 
 | 
void | 
setTime(long time)
Sets the time. 
 | 
void | 
setTitle(java.lang.String title)
Sets the title. 
 | 
void | 
setTyping(java.lang.Boolean typing)
Sets the typing. 
 | 
equals, hashCode, toStringpublic java.lang.String getResponseType()
public java.lang.String getText()
public java.lang.Long getTime()
public java.lang.Boolean isTyping()
public java.lang.String getSource()
public java.lang.String getTitle()
public java.lang.String getDescription()
public java.lang.String getPreference()
public java.util.List<DialogNodeOutputOptionsElement> getOptions()
public java.lang.String getMessageToHumanAgent()
public java.lang.String getTopic()
public java.util.List<DialogSuggestion> getSuggestions()
public void setResponseType(java.lang.String responseType)
responseType - the new responseTypepublic void setText(java.lang.String text)
text - the new textpublic void setTime(long time)
time - the new timepublic void setTyping(java.lang.Boolean typing)
typing - the new typingpublic void setSource(java.lang.String source)
source - the new sourcepublic void setTitle(java.lang.String title)
title - the new titlepublic void setDescription(java.lang.String description)
description - the new descriptionpublic void setPreference(java.lang.String preference)
preference - the new preferencepublic void setOptions(java.util.List<DialogNodeOutputOptionsElement> options)
options - the new optionspublic void setMessageToHumanAgent(java.lang.String messageToHumanAgent)
messageToHumanAgent - the new messageToHumanAgentpublic void setSuggestions(java.util.List<DialogSuggestion> suggestions)
suggestions - the new suggestions