Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ConversationConfiguration

Hierarchy

  • ConversationConfiguration

Index

Properties

Optional id

id?: string

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

Optional isTest

isTest?: boolean

Defines the conversation as a test call
PSAPs MUST consider this hint and act accordingly

Optional messageId

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

Optional state

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