|
Object Name |
channelSession |
|---|---|
|
Description |
This object contains properties related to the session that has been established through a particular channel e.g. web, voice etc. Each customer conversing with an agent/bot will have their own channel session. |
|
Parameter |
Type |
Description |
|---|---|---|
|
|
String |
Unique Id of the ChannelSession |
|
|
String |
Type of participant in the channel session. See ParticipantTypefor details. |
|
|
Channel |
Specifies the channel for the particular session. See Channelfor details. |
|
|
Customer |
See customer object for details. |
|
|
List |
Provides list of customer suggestions |
|
|
ChannelData |
Specifies the data for the channel. This data is unique to each channel. See channelDatafor details. |
|
|
String |
Intents are system events to inform the conversational bot to take action on the intent. The channelSession object will contain the latest intent for the session e.g. CHANNEL_SESSION_STARTED. |
|
|
Object |
|
|
|
Bool |
If the channelSession is still active, |
|
|
UUID |
This is the ID of the conversation to which this channel session belongs. |
|
|
ChannelSessionState |
See channelSessionStatefor details. |