Package com.mypurecloud.sdk.v2.model
Class BotChannel
java.lang.Object
com.mypurecloud.sdk.v2.model.BotChannel
- All Implemented Interfaces:
Serializable
Channel information relevant to a bot flow.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumGets or Sets inputModesstatic enumThe name of the channel.static enumGets or Sets outputModes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetName()inthashCode()inputModes(List<BotChannel.InputModesEnum> inputModes) The input modes for the channel.name(BotChannel.NameEnum name) The name of the channel.outputModes(List<BotChannel.OutputModesEnum> outputModes) The output modes for the channel.voidsetInputModes(List<BotChannel.InputModesEnum> inputModes) voidsetName(BotChannel.NameEnum name) voidsetOutputModes(List<BotChannel.OutputModesEnum> outputModes) voidsetUserAgent(TextBotUserAgent userAgent) toString()userAgent(TextBotUserAgent userAgent) Information about the end user agent calling the bot flow.
-
Constructor Details
-
BotChannel
public BotChannel() -
BotChannel
-
-
Method Details
-
name
The name of the channel. -
getName
-
setName
-
inputModes
The input modes for the channel. -
getInputModes
-
setInputModes
-
outputModes
The output modes for the channel. -
getOutputModes
-
setOutputModes
-
userAgent
Information about the end user agent calling the bot flow. -
getUserAgent
-
setUserAgent
-
equals
-
hashCode
public int hashCode() -
toString
-