Hierarchy

  • ConversationConfiguration

Properties

displayName?: string

The user's well known identity.
This property will override the agent's default display name.

Examples:

  • the user's name (Alice)
  • the user's telephone number (+43664123456789)
  • an arbitrary identification of the user (Anonymous)
endpointType?: EndpointType

Specifies the endpoint type for this conversation

id?: string

A unique conversation id
according to spec, 30 characters is the longest allowed string

isSilent?: boolean

Defines the conversation as a silent emergency call
Currently only supported in DEC112 environments

isTest?: boolean

Defines the conversation as a test call
PSAPs MUST consider this hint and act accordingly
Currently only supported in DEC112 environments

messageId?: number

Specifies the first message id that should be used in this conversation Can be used to restore a conversation from storage, if client or PSAP was suspended to continue with the last + 1 message id that was sent

state?: StateObject

Initial state of this conversation Can be used to restore a conversation from storage, if client or PSAP was suspended

Generated using TypeDoc