Class DialogNodeOutputOptionsElementValue
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.assistant.v1.model.DialogNodeOutputOptionsElementValue
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class DialogNodeOutputOptionsElementValue
extends com.ibm.cloud.sdk.core.service.model.GenericModel
An object defining the message input to be sent to the Watson Assistant service if the user
selects the corresponding option.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DialogNodeOutputOptionsElementValue.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.DialogNodeOutputOptionsElementValue.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 DialogNodeOutputOptionsElementValue 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 used while processing the input.
**Note:** This property is supported for backward compatibility with applications that use the v1 **Get response to user input** method.
- Returns:
- the intents
-
entities
Gets the entities.An array of entities to be used while processing the user input.
**Note:** This property is supported for backward compatibility with applications that use the v1 **Get response to user input** method.
- Returns:
- the entities
-