Uses of Class
com.ibm.watson.assistant.v1.model.DialogNodeOutputGeneric
Package | Description |
---|---|
com.ibm.watson.assistant.v1.model |
-
Uses of DialogNodeOutputGeneric in com.ibm.watson.assistant.v1.model
Subclasses of DialogNodeOutputGeneric in com.ibm.watson.assistant.v1.model Modifier and Type Class Description class
DialogNodeOutputGenericDialogNodeOutputResponseTypeChannelTransfer
DialogNodeOutputGenericDialogNodeOutputResponseTypeChannelTransfer.class
DialogNodeOutputGenericDialogNodeOutputResponseTypeConnectToAgent
DialogNodeOutputGenericDialogNodeOutputResponseTypeConnectToAgent.class
DialogNodeOutputGenericDialogNodeOutputResponseTypeImage
DialogNodeOutputGenericDialogNodeOutputResponseTypeImage.class
DialogNodeOutputGenericDialogNodeOutputResponseTypeOption
DialogNodeOutputGenericDialogNodeOutputResponseTypeOption.class
DialogNodeOutputGenericDialogNodeOutputResponseTypePause
DialogNodeOutputGenericDialogNodeOutputResponseTypePause.class
DialogNodeOutputGenericDialogNodeOutputResponseTypeSearchSkill
DialogNodeOutputGenericDialogNodeOutputResponseTypeSearchSkill.class
DialogNodeOutputGenericDialogNodeOutputResponseTypeText
DialogNodeOutputGenericDialogNodeOutputResponseTypeText.class
DialogNodeOutputGenericDialogNodeOutputResponseTypeUserDefined
DialogNodeOutputGenericDialogNodeOutputResponseTypeUserDefined.Methods in com.ibm.watson.assistant.v1.model that return types with arguments of type DialogNodeOutputGeneric Modifier and Type Method Description List<DialogNodeOutputGeneric>
DialogNodeOutput. getGeneric()
Gets the generic.Methods in com.ibm.watson.assistant.v1.model with parameters of type DialogNodeOutputGeneric Modifier and Type Method Description DialogNodeOutput.Builder
DialogNodeOutput.Builder. addGeneric(DialogNodeOutputGeneric generic)
Adds an generic to generic.Method parameters in com.ibm.watson.assistant.v1.model with type arguments of type DialogNodeOutputGeneric Modifier and Type Method Description DialogNodeOutput.Builder
DialogNodeOutput.Builder. generic(List<DialogNodeOutputGeneric> generic)
Set the generic.void
DialogNodeOutput. setGeneric(List<DialogNodeOutputGeneric> generic)
Sets the generic.Constructors in com.ibm.watson.assistant.v1.model with parameters of type DialogNodeOutputGeneric Constructor Description Builder(DialogNodeOutputGeneric dialogNodeOutputGenericDialogNodeOutputResponseTypeImage)
Builder(DialogNodeOutputGeneric dialogNodeOutputGenericDialogNodeOutputResponseTypeOption)
Builder(DialogNodeOutputGeneric dialogNodeOutputGenericDialogNodeOutputResponseTypePause)
Builder(DialogNodeOutputGeneric dialogNodeOutputGenericDialogNodeOutputResponseTypeSearchSkill)
Builder(DialogNodeOutputGeneric dialogNodeOutputGenericDialogNodeOutputResponseTypeText)
Builder(DialogNodeOutputGeneric dialogNodeOutputGenericDialogNodeOutputResponseTypeUserDefined)