Edit

Share via


ICallConnectorAddress interface

Chat connector specific address.

Extends

Properties

bot

Bot that either received or is sending the message.

channelId

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.

correlationId

ID used to debug issues when contacting support.

participants

List of participants on the call.

serviceUrl

Specifies the URL to post messages back.

subject

The subject of the call.

threadId

ID for the chat thread provided the call is a group call.

useAuth

Specifies that auth is required when posting the message back .

user

User that sent or should receive the message.

Property Details

bot

Bot that either received or is sending the message.

bot: IIdentity

Property Value

channelId

Unique identifier for channel.

channelId: string

Property Value

string

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.

conversation?: IIdentity

Property Value

correlationId

ID used to debug issues when contacting support.

correlationId?: string

Property Value

string

participants

List of participants on the call.

participants: IIdentity[]

Property Value

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

user

User that sent or should receive the message.

user: IIdentity

Property Value