ChatOptionsMessage
@objc(ZDKChatOptionsMessage)
public final class ChatOptionsMessage : ChatLog
Questions from agent with multiple options that a user can respond with
-
Message from sender
Declaration
Swift
@objc public let message: String
-
List of possible messages to reply with
Declaration
Swift
@objc public let options: [String]
-
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 }