public class DialogSuggestion
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Constructor and Description |
---|
DialogSuggestion() |
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.
Copyright © 2021 IBM Cloud. All rights reserved.