ChatRating

@objc(ZDKChatRating)
public final class ChatRating : ChatLog

A Chat rating left by the user after an agent requested it. Can be none, good, or bad

  • The chat rating

    Declaration

    Swift

    public let rating: Rating
  • Returns a Boolean value that indicates whether the receiver and a given object are equal.

    Declaration

    Swift

    @objc
    override public func isEqual(_ object: Any?) -> Bool

    Parameters

    object

    the object to compare against

  • A textual representation of this instance.

    Declaration

    Swift

    override public var description: String { get }