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 ChannelTransferTargetChannelTransferTarget.Builder. build()Builds a ChannelTransferTarget.ChannelTransferTargetChannelTransferInfo. target()Gets the target.Methods in com.ibm.watson.assistant.v1.model with parameters of type ChannelTransferTarget Modifier and Type Method Description ChannelTransferInfo.BuilderChannelTransferInfo.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.