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 requestChat method may return an existing session if the application was closed during active session and then reopened again

    Declaration

    Swift

    public let isNewChat: Bool
  • Client phone number specified in the requestChat method

    Declaration

    Swift

    public let phoneNumber: String?