Uses of Class
com.ibm.watson.assistant.v1.model.DialogSuggestion
Package | Description |
---|---|
com.ibm.watson.assistant.v1.model |
-
Uses of DialogSuggestion in com.ibm.watson.assistant.v1.model
Methods in com.ibm.watson.assistant.v1.model that return DialogSuggestion Modifier and Type Method Description DialogSuggestion
DialogSuggestion.Builder. build()
Builds a DialogSuggestion.Methods in com.ibm.watson.assistant.v1.model that return types with arguments of type DialogSuggestion Modifier and Type Method Description List<DialogSuggestion>
RuntimeResponseGeneric. suggestions()
Gets the suggestions.Methods in com.ibm.watson.assistant.v1.model with parameters of type DialogSuggestion Modifier and Type Method Description RuntimeResponseGenericRuntimeResponseTypeSuggestion.Builder
RuntimeResponseGenericRuntimeResponseTypeSuggestion.Builder. addSuggestions(DialogSuggestion suggestions)
Adds an suggestions to suggestions.Method parameters in com.ibm.watson.assistant.v1.model with type arguments of type DialogSuggestion Modifier and Type Method Description RuntimeResponseGenericRuntimeResponseTypeSuggestion.Builder
RuntimeResponseGenericRuntimeResponseTypeSuggestion.Builder. suggestions(List<DialogSuggestion> suggestions)
Set the suggestions.Constructor parameters in com.ibm.watson.assistant.v1.model with type arguments of type DialogSuggestion Constructor Description Builder(String responseType, String title, List<DialogSuggestion> suggestions)
Instantiates a new builder with required properties.