Uses of Class
com.ibm.watson.assistant.v1.model.ResponseGenericChannel
Package | Description |
---|---|
com.ibm.watson.assistant.v1.model |
-
Uses of ResponseGenericChannel in com.ibm.watson.assistant.v1.model
Methods in com.ibm.watson.assistant.v1.model that return ResponseGenericChannel Modifier and Type Method Description ResponseGenericChannel
ResponseGenericChannel.Builder. build()
Builds a ResponseGenericChannel.Methods in com.ibm.watson.assistant.v1.model that return types with arguments of type ResponseGenericChannel Modifier and Type Method Description List<ResponseGenericChannel>
DialogNodeOutputGeneric. channels()
Gets the channels.List<ResponseGenericChannel>
RuntimeResponseGeneric. channels()
Gets the channels.Methods in com.ibm.watson.assistant.v1.model with parameters of type ResponseGenericChannel Modifier and Type Method Description DialogNodeOutputGenericDialogNodeOutputResponseTypeChannelTransfer.Builder
DialogNodeOutputGenericDialogNodeOutputResponseTypeChannelTransfer.Builder. addChannels(ResponseGenericChannel channels)
Adds an channels to channels.DialogNodeOutputGenericDialogNodeOutputResponseTypeConnectToAgent.Builder
DialogNodeOutputGenericDialogNodeOutputResponseTypeConnectToAgent.Builder. addChannels(ResponseGenericChannel channels)
Adds an channels to channels.DialogNodeOutputGenericDialogNodeOutputResponseTypeImage.Builder
DialogNodeOutputGenericDialogNodeOutputResponseTypeImage.Builder. addChannels(ResponseGenericChannel channels)
Adds an channels to channels.DialogNodeOutputGenericDialogNodeOutputResponseTypeOption.Builder
DialogNodeOutputGenericDialogNodeOutputResponseTypeOption.Builder. addChannels(ResponseGenericChannel channels)
Adds an channels to channels.DialogNodeOutputGenericDialogNodeOutputResponseTypePause.Builder
DialogNodeOutputGenericDialogNodeOutputResponseTypePause.Builder. addChannels(ResponseGenericChannel channels)
Adds an channels to channels.DialogNodeOutputGenericDialogNodeOutputResponseTypeSearchSkill.Builder
DialogNodeOutputGenericDialogNodeOutputResponseTypeSearchSkill.Builder. addChannels(ResponseGenericChannel channels)
Adds an channels to channels.DialogNodeOutputGenericDialogNodeOutputResponseTypeText.Builder
DialogNodeOutputGenericDialogNodeOutputResponseTypeText.Builder. addChannels(ResponseGenericChannel channels)
Adds an channels to channels.DialogNodeOutputGenericDialogNodeOutputResponseTypeUserDefined.Builder
DialogNodeOutputGenericDialogNodeOutputResponseTypeUserDefined.Builder. addChannels(ResponseGenericChannel channels)
Adds an channels to channels.RuntimeResponseGenericRuntimeResponseTypeChannelTransfer.Builder
RuntimeResponseGenericRuntimeResponseTypeChannelTransfer.Builder. addChannels(ResponseGenericChannel channels)
Adds an channels to channels.RuntimeResponseGenericRuntimeResponseTypeConnectToAgent.Builder
RuntimeResponseGenericRuntimeResponseTypeConnectToAgent.Builder. addChannels(ResponseGenericChannel channels)
Adds an channels to channels.RuntimeResponseGenericRuntimeResponseTypeImage.Builder
RuntimeResponseGenericRuntimeResponseTypeImage.Builder. addChannels(ResponseGenericChannel channels)
Adds an channels to channels.RuntimeResponseGenericRuntimeResponseTypeOption.Builder
RuntimeResponseGenericRuntimeResponseTypeOption.Builder. addChannels(ResponseGenericChannel channels)
Adds an channels to channels.RuntimeResponseGenericRuntimeResponseTypePause.Builder
RuntimeResponseGenericRuntimeResponseTypePause.Builder. addChannels(ResponseGenericChannel channels)
Adds an channels to channels.RuntimeResponseGenericRuntimeResponseTypeSuggestion.Builder
RuntimeResponseGenericRuntimeResponseTypeSuggestion.Builder. addChannels(ResponseGenericChannel channels)
Adds an channels to channels.RuntimeResponseGenericRuntimeResponseTypeText.Builder
RuntimeResponseGenericRuntimeResponseTypeText.Builder. addChannels(ResponseGenericChannel channels)
Adds an channels to channels.RuntimeResponseGenericRuntimeResponseTypeUserDefined.Builder
RuntimeResponseGenericRuntimeResponseTypeUserDefined.Builder. addChannels(ResponseGenericChannel channels)
Adds an channels to channels.Method parameters in com.ibm.watson.assistant.v1.model with type arguments of type ResponseGenericChannel Modifier and Type Method Description DialogNodeOutputGenericDialogNodeOutputResponseTypeChannelTransfer.Builder
DialogNodeOutputGenericDialogNodeOutputResponseTypeChannelTransfer.Builder. channels(List<ResponseGenericChannel> channels)
Set the channels.DialogNodeOutputGenericDialogNodeOutputResponseTypeConnectToAgent.Builder
DialogNodeOutputGenericDialogNodeOutputResponseTypeConnectToAgent.Builder. channels(List<ResponseGenericChannel> channels)
Set the channels.DialogNodeOutputGenericDialogNodeOutputResponseTypeImage.Builder
DialogNodeOutputGenericDialogNodeOutputResponseTypeImage.Builder. channels(List<ResponseGenericChannel> channels)
Set the channels.DialogNodeOutputGenericDialogNodeOutputResponseTypeOption.Builder
DialogNodeOutputGenericDialogNodeOutputResponseTypeOption.Builder. channels(List<ResponseGenericChannel> channels)
Set the channels.DialogNodeOutputGenericDialogNodeOutputResponseTypePause.Builder
DialogNodeOutputGenericDialogNodeOutputResponseTypePause.Builder. channels(List<ResponseGenericChannel> channels)
Set the channels.DialogNodeOutputGenericDialogNodeOutputResponseTypeSearchSkill.Builder
DialogNodeOutputGenericDialogNodeOutputResponseTypeSearchSkill.Builder. channels(List<ResponseGenericChannel> channels)
Set the channels.DialogNodeOutputGenericDialogNodeOutputResponseTypeText.Builder
DialogNodeOutputGenericDialogNodeOutputResponseTypeText.Builder. channels(List<ResponseGenericChannel> channels)
Set the channels.DialogNodeOutputGenericDialogNodeOutputResponseTypeUserDefined.Builder
DialogNodeOutputGenericDialogNodeOutputResponseTypeUserDefined.Builder. channels(List<ResponseGenericChannel> channels)
Set the channels.RuntimeResponseGenericRuntimeResponseTypeChannelTransfer.Builder
RuntimeResponseGenericRuntimeResponseTypeChannelTransfer.Builder. channels(List<ResponseGenericChannel> channels)
Set the channels.RuntimeResponseGenericRuntimeResponseTypeConnectToAgent.Builder
RuntimeResponseGenericRuntimeResponseTypeConnectToAgent.Builder. channels(List<ResponseGenericChannel> channels)
Set the channels.RuntimeResponseGenericRuntimeResponseTypeImage.Builder
RuntimeResponseGenericRuntimeResponseTypeImage.Builder. channels(List<ResponseGenericChannel> channels)
Set the channels.RuntimeResponseGenericRuntimeResponseTypeOption.Builder
RuntimeResponseGenericRuntimeResponseTypeOption.Builder. channels(List<ResponseGenericChannel> channels)
Set the channels.RuntimeResponseGenericRuntimeResponseTypePause.Builder
RuntimeResponseGenericRuntimeResponseTypePause.Builder. channels(List<ResponseGenericChannel> channels)
Set the channels.RuntimeResponseGenericRuntimeResponseTypeSuggestion.Builder
RuntimeResponseGenericRuntimeResponseTypeSuggestion.Builder. channels(List<ResponseGenericChannel> channels)
Set the channels.RuntimeResponseGenericRuntimeResponseTypeText.Builder
RuntimeResponseGenericRuntimeResponseTypeText.Builder. channels(List<ResponseGenericChannel> channels)
Set the channels.RuntimeResponseGenericRuntimeResponseTypeUserDefined.Builder
RuntimeResponseGenericRuntimeResponseTypeUserDefined.Builder. channels(List<ResponseGenericChannel> channels)
Set the channels.