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.
|
equals, hashCode, toString
public 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()