ContactCenterCaseHistory
public struct ContactCenterCaseHistory
Represents an history of the CRM case associated with the current chat session as an array of ContactCenterChatSession
objects. Application may obtain the case history by executing a getCaseHistory method of the ContactCenterCommunicating protocol.
- Tag: ContactCenterCaseHistory
-
An array of chat sessions ContactCenterChatSession.
Declaration
Swift
public let sessions: [ContactCenterChatSession]