public class DialogRuntimeResponseGeneric
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
DialogRuntimeResponseGeneric.Builder
Builder.
|
static interface |
DialogRuntimeResponseGeneric.Preference
The preferred type of control to display.
|
static interface |
DialogRuntimeResponseGeneric.ResponseType
The type of response returned by the dialog node.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Gets the description.
|
java.lang.String |
getHeader()
Gets the header.
|
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.util.List<SearchResult> |
getResults()
Gets the results.
|
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.
|
DialogRuntimeResponseGeneric.Builder |
newBuilder()
New builder.
|
public DialogRuntimeResponseGeneric.Builder newBuilder()
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()
public java.lang.String getHeader()
public java.util.List<SearchResult> getResults()