public class DialogSuggestionValue
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
DialogSuggestionValue.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. 
 | 
DialogSuggestionValue.Builder | 
newBuilder()
New builder. 
 | 
public DialogSuggestionValue.Builder newBuilder()
public MessageInput input()
An input object that includes the input text.
public List<RuntimeIntent> intents()
An array of intents to be sent along with the user input.
public List<RuntimeEntity> entities()
An array of entities to be sent along with the user input.
Copyright © 2022 IBM Cloud. All rights reserved.