Uses of Class
com.ibm.watson.assistant.v1.model.DialogSuggestionValue
Package | Description |
---|---|
com.ibm.watson.assistant.v1.model |
-
Uses of DialogSuggestionValue in com.ibm.watson.assistant.v1.model
Methods in com.ibm.watson.assistant.v1.model that return DialogSuggestionValue Modifier and Type Method Description DialogSuggestionValue
DialogSuggestionValue.Builder. build()
Builds a DialogSuggestionValue.DialogSuggestionValue
DialogSuggestion. value()
Gets the value.Methods in com.ibm.watson.assistant.v1.model with parameters of type DialogSuggestionValue Modifier and Type Method Description DialogSuggestion.Builder
DialogSuggestion.Builder. value(DialogSuggestionValue value)
Set the value.Constructors in com.ibm.watson.assistant.v1.model with parameters of type DialogSuggestionValue Constructor Description Builder(String label, DialogSuggestionValue value)
Instantiates a new builder with required properties.