SCSChatAgent

@interface SCSChatAgent : SCSChatActor

Description of the chat agent.

  • ID for the agent.

    Declaration

    Objective-C

    @property (readonly, copy, nonatomic) NSString *agentId;

    Swift

    var agentId: String! { get }
  • Indicates whether this agent is a bot.

    Declaration

    Objective-C

    @property (getter=isChatBot, assign, readwrite, nonatomic) BOOL chatBot;

    Swift

    var isChatBot: Bool { get set }