public class DialogNodeOutputOptionsElementValue
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
DialogNodeOutputOptionsElementValue.Builder
Builder.
|
Modifier and Type | Method and Description |
---|---|
List<RuntimeEntity> |
entities()
Gets the entities.
|
MessageInput |
input()
Gets the input.
|
List<RuntimeIntent> |
intents()
Gets the intents.
|
DialogNodeOutputOptionsElementValue.Builder |
newBuilder()
New builder.
|
public DialogNodeOutputOptionsElementValue.Builder newBuilder()
public MessageInput input()
An input object that includes the input text.
public List<RuntimeIntent> 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.
public List<RuntimeEntity> 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.
Copyright © 2023 IBM Cloud. All rights reserved.