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