ICallConnectorAddress interface
Chat connector specific address.
- Extends
Properties
| bot | Bot that either received or is sending the message. |
| channel |
Unique identifier for channel. |
| conversation | Represents the current conversation and tracks where replies should be routed to. Can be deleted to start a new conversation with a user on channels that support new conversations. |
| correlation |
ID used to debug issues when contacting support. |
| participants | List of participants on the call. |
| service |
Specifies the URL to post messages back. |
| subject | The subject of the call. |
| thread |
ID for the chat thread provided the call is a group call. |
| use |
Specifies that auth is required when posting the message back . |
| user | User that sent or should receive the message. |
Property Details
bot
channelId
Unique identifier for channel.
channelId: string
Property Value
string
conversation
correlationId
ID used to debug issues when contacting support.
correlationId?: string
Property Value
string
participants
serviceUrl
Specifies the URL to post messages back.
serviceUrl?: string
Property Value
string
subject
The subject of the call.
subject?: string
Property Value
string
threadId
ID for the chat thread provided the call is a group call.
threadId?: string
Property Value
string
useAuth
Specifies that auth is required when posting the message back .
useAuth?: boolean
Property Value
boolean