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 DialogSuggestionValueDialogSuggestionValue.Builder. build()Builds a DialogSuggestionValue.DialogSuggestionValueDialogSuggestion. value()Gets the value.Methods in com.ibm.watson.assistant.v1.model with parameters of type DialogSuggestionValue Modifier and Type Method Description DialogSuggestion.BuilderDialogSuggestion.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.