ContactCenterChatSession
public struct ContactCenterChatSession
Represents a single completed chat session. Includes the session ID, session creation timestamp and array of ContactCenterEvent
events.
- Tag: ContactCenterChatSession
-
ID of the chat session.
Declaration
Swift
public let chatID: String
-
Timestamp of the chat session creation.
Declaration
Swift
public let createdTime: Date
-
Array of the events ContactCenterEvent within the chat session.
Declaration
Swift
public let events: [ContactCenterEvent]