Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ConversationInfo

Hierarchy

  • ConversationInfo

Index

Properties

Optional assigneeId

assigneeId: string

The Id of the assignee person (typically an agent). May be null if no agent is part of the conversation yet.

contextPersonId

contextPersonId: string

The Id of the context person (typically the visitor).

creationTimestamp

creationTimestamp: number

Conversation creation timestamp in milliseconds elapsed since January 1, 1970 00:00:00 UTC.

ended

ended: boolean

Conversation is ended.

id

id: string

The Id of the conversation.

notificationCount

notificationCount: number

Notification count of this conversation.

recipient

recipient: string

The name of the current recipient of the conversation.

Optional topic

topic: string

Topic of the conversation, may be null if not set.