public class DialogSuggestionValue
extends com.ibm.cloud.sdk.core.service.model.GenericModel
**Note:** These properties must be included in the request body of the next message sent to the assistant. Do not modify or remove any of the included properties.
| Modifier and Type | Class and Description | 
|---|---|
| static class  | DialogSuggestionValue.BuilderBuilder. | 
| 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 © 2023 IBM Cloud. All rights reserved.