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 ChannelTransferInfoChannelTransferInfo.Builder. build()Builds a ChannelTransferInfo.ChannelTransferInfoDialogNodeOutputGenericDialogNodeOutputResponseTypeChannelTransfer. transferInfo()Gets the transferInfo.ChannelTransferInfoRuntimeResponseGenericRuntimeResponseTypeChannelTransfer. transferInfo()Gets the transferInfo.Methods in com.ibm.watson.assistant.v1.model with parameters of type ChannelTransferInfo Modifier and Type Method Description DialogNodeOutputGenericDialogNodeOutputResponseTypeChannelTransfer.BuilderDialogNodeOutputGenericDialogNodeOutputResponseTypeChannelTransfer.Builder. transferInfo(ChannelTransferInfo transferInfo)Set the transferInfo.RuntimeResponseGenericRuntimeResponseTypeChannelTransfer.BuilderRuntimeResponseGenericRuntimeResponseTypeChannelTransfer.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.