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 classRuntimeResponseGenericRuntimeResponseTypeChannelTransferRuntimeResponseGenericRuntimeResponseTypeChannelTransfer.classRuntimeResponseGenericRuntimeResponseTypeConnectToAgentRuntimeResponseGenericRuntimeResponseTypeConnectToAgent.classRuntimeResponseGenericRuntimeResponseTypeImageRuntimeResponseGenericRuntimeResponseTypeImage.classRuntimeResponseGenericRuntimeResponseTypeOptionRuntimeResponseGenericRuntimeResponseTypeOption.classRuntimeResponseGenericRuntimeResponseTypePauseRuntimeResponseGenericRuntimeResponseTypePause.classRuntimeResponseGenericRuntimeResponseTypeSuggestionRuntimeResponseGenericRuntimeResponseTypeSuggestion.classRuntimeResponseGenericRuntimeResponseTypeTextRuntimeResponseGenericRuntimeResponseTypeText.classRuntimeResponseGenericRuntimeResponseTypeUserDefinedRuntimeResponseGenericRuntimeResponseTypeUserDefined.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.BuilderOutputData.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.BuilderOutputData.Builder. generic(List<RuntimeResponseGeneric> generic)Set the generic.voidOutputData. 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)