ContactCenterChatSessionProperties
public struct ContactCenterChatSessionProperties
Describes the properties of the current chat session.
- Tag: ContactCenterChatSessionProperties
-
Chat session unique ID
Declaration
Swift
public let chatID: String -
Chat session state
Declaration
Swift
public let state: ContactCenterChatSessionState -
Estimated time the session will stay in the queue before an agent is available (seconds)
Declaration
Swift
public let estimatedWaitTime: Int? -
Specifies if this is a new session. The
requestChatmethod may return an existing session if the application was closed during active session and then reopened againDeclaration
Swift
public let isNewChat: Bool -
Client phone number specified in the
requestChatmethodDeclaration
Swift
public let phoneNumber: String?
ContactCenterChatSessionProperties Structure Reference