Class DialogSuggestionValue
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.assistant.v1.model.DialogSuggestionValue
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class DialogSuggestionValue
extends com.ibm.cloud.sdk.core.service.model.GenericModel
An object defining the message input, intents, and entities to be sent to the Watson Assistant
service if the user selects the corresponding disambiguation option.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DialogSuggestionValue.Builder
Builder. -
Method Summary
Modifier and Type Method Description List<RuntimeEntity>
entities()
Gets the entities.MessageInput
input()
Gets the input.List<RuntimeIntent>
intents()
Gets the intents.DialogSuggestionValue.Builder
newBuilder()
New builder.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
newBuilder
New builder.- Returns:
- a DialogSuggestionValue builder
-
input
Gets the input.An input object that includes the input text.
- Returns:
- the input
-
intents
Gets the intents.An array of intents to be sent along with the user input.
- Returns:
- the intents
-
entities
Gets the entities.An array of entities to be sent along with the user input.
- Returns:
- the entities
-