Uses of Class
com.mypurecloud.sdk.v2.model.TextBotChannel
Packages that use TextBotChannel
-
Uses of TextBotChannel in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return TextBotChannelModifier and TypeMethodDescriptionTextBotFlowLaunchRequest.getChannel()TextBotChannel.inputModes(List<TextBotChannel.InputModesEnum> inputModes) The input modes for the channel.TextBotChannel.name(TextBotChannel.NameEnum name) The name of the channel.TextBotChannel.outputModes(List<TextBotChannel.OutputModesEnum> outputModes) The output modes for the channel.TextBotChannel.userAgent(TextBotUserAgent userAgent) Information about the end user agent calling the bot flow.Methods in com.mypurecloud.sdk.v2.model with parameters of type TextBotChannelModifier and TypeMethodDescriptionTextBotFlowLaunchRequest.channel(TextBotChannel channel) Channel information relevant to the bot flow.voidTextBotFlowLaunchRequest.setChannel(TextBotChannel channel)