Uses of Class
com.mypurecloud.sdk.v2.model.BotChannel
Packages that use BotChannel
-
Uses of BotChannel in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return BotChannelModifier and TypeMethodDescriptionBotFlowSession.getChannel()BotChannel.inputModes(List<BotChannel.InputModesEnum> inputModes) The input modes for the channel.BotChannel.name(BotChannel.NameEnum name) The name of the channel.BotChannel.outputModes(List<BotChannel.OutputModesEnum> outputModes) The output modes for the channel.BotChannel.userAgent(TextBotUserAgent userAgent) Information about the end user agent calling the bot flow.Methods in com.mypurecloud.sdk.v2.model with parameters of type BotChannelModifier and TypeMethodDescriptionBotFlowSession.channel(BotChannel channel) Channel-specific information that describes the message channel/provider.voidBotFlowSession.setChannel(BotChannel channel)