Uses of Class
com.ibm.watson.assistant.v1.model.ChannelTransferInfo
Package | Description |
---|---|
com.ibm.watson.assistant.v1.model |
-
Uses of ChannelTransferInfo in com.ibm.watson.assistant.v1.model
Methods in com.ibm.watson.assistant.v1.model that return ChannelTransferInfo Modifier and Type Method Description ChannelTransferInfo
ChannelTransferInfo.Builder. build()
Builds a ChannelTransferInfo.ChannelTransferInfo
DialogNodeOutputGenericDialogNodeOutputResponseTypeChannelTransfer. transferInfo()
Gets the transferInfo.ChannelTransferInfo
RuntimeResponseGenericRuntimeResponseTypeChannelTransfer. transferInfo()
Gets the transferInfo.Methods in com.ibm.watson.assistant.v1.model with parameters of type ChannelTransferInfo Modifier and Type Method Description DialogNodeOutputGenericDialogNodeOutputResponseTypeChannelTransfer.Builder
DialogNodeOutputGenericDialogNodeOutputResponseTypeChannelTransfer.Builder. transferInfo(ChannelTransferInfo transferInfo)
Set the transferInfo.RuntimeResponseGenericRuntimeResponseTypeChannelTransfer.Builder
RuntimeResponseGenericRuntimeResponseTypeChannelTransfer.Builder. transferInfo(ChannelTransferInfo transferInfo)
Set the transferInfo.Constructors in com.ibm.watson.assistant.v1.model with parameters of type ChannelTransferInfo Constructor Description Builder(String responseType, String messageToUser, ChannelTransferInfo transferInfo)
Instantiates a new builder with required properties.Builder(String responseType, String messageToUser, ChannelTransferInfo transferInfo)
Instantiates a new builder with required properties.