Uses of Class
com.ibm.watson.assistant.v1.model.RuntimeResponseGeneric
Package | Description |
---|---|
com.ibm.watson.assistant.v1.model |
-
Uses of RuntimeResponseGeneric in com.ibm.watson.assistant.v1.model
Subclasses of RuntimeResponseGeneric in com.ibm.watson.assistant.v1.model Modifier and Type Class Description class
RuntimeResponseGenericRuntimeResponseTypeChannelTransfer
RuntimeResponseGenericRuntimeResponseTypeChannelTransfer.class
RuntimeResponseGenericRuntimeResponseTypeConnectToAgent
RuntimeResponseGenericRuntimeResponseTypeConnectToAgent.class
RuntimeResponseGenericRuntimeResponseTypeImage
RuntimeResponseGenericRuntimeResponseTypeImage.class
RuntimeResponseGenericRuntimeResponseTypeOption
RuntimeResponseGenericRuntimeResponseTypeOption.class
RuntimeResponseGenericRuntimeResponseTypePause
RuntimeResponseGenericRuntimeResponseTypePause.class
RuntimeResponseGenericRuntimeResponseTypeSuggestion
RuntimeResponseGenericRuntimeResponseTypeSuggestion.class
RuntimeResponseGenericRuntimeResponseTypeText
RuntimeResponseGenericRuntimeResponseTypeText.class
RuntimeResponseGenericRuntimeResponseTypeUserDefined
RuntimeResponseGenericRuntimeResponseTypeUserDefined.Methods in com.ibm.watson.assistant.v1.model that return types with arguments of type RuntimeResponseGeneric Modifier and Type Method Description List<RuntimeResponseGeneric>
OutputData. getGeneric()
Gets the generic.Methods in com.ibm.watson.assistant.v1.model with parameters of type RuntimeResponseGeneric Modifier and Type Method Description OutputData.Builder
OutputData.Builder. addGeneric(RuntimeResponseGeneric generic)
Adds an generic to generic.Method parameters in com.ibm.watson.assistant.v1.model with type arguments of type RuntimeResponseGeneric Modifier and Type Method Description OutputData.Builder
OutputData.Builder. generic(List<RuntimeResponseGeneric> generic)
Set the generic.void
OutputData. setGeneric(List<RuntimeResponseGeneric> generic)
Sets the generic.Constructors in com.ibm.watson.assistant.v1.model with parameters of type RuntimeResponseGeneric Constructor Description Builder(RuntimeResponseGeneric runtimeResponseGenericRuntimeResponseTypeImage)
Builder(RuntimeResponseGeneric runtimeResponseGenericRuntimeResponseTypeOption)
Builder(RuntimeResponseGeneric runtimeResponseGenericRuntimeResponseTypePause)
Builder(RuntimeResponseGeneric runtimeResponseGenericRuntimeResponseTypeSuggestion)
Builder(RuntimeResponseGeneric runtimeResponseGenericRuntimeResponseTypeText)
Builder(RuntimeResponseGeneric runtimeResponseGenericRuntimeResponseTypeUserDefined)