public class DialogSuggestion
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Method and Description |
---|---|
String |
getLabel()
Gets the label.
|
Map<String,Object> |
getOutput()
Gets the output.
|
DialogSuggestionValue |
getValue()
Gets the value.
|
public String getLabel()
The user-facing label for the suggestion. This label is taken from the **title** or **user_label** property of the corresponding dialog node, depending on the disambiguation options.
public DialogSuggestionValue getValue()
An object defining the message input to be sent to the assistant if the user selects the corresponding disambiguation option.
**Note:** This entire message input object 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.
Copyright © 2024 IBM Cloud. All rights reserved.