NIMRobot Class Reference

Inherits from NSObject
Declared in NIMRobot.h

Overview

Chatbot

  userId

User ID of a chatbot

@property (nullable, nonatomic, copy) NSString *userId

Discussion

User ID of a chatbot

Declared In

NIMRobot.h

  botId

Chatbot ID

@property (nullable, nonatomic, copy, readonly) NSString *botId

Discussion

Chatbot ID

Declared In

NIMRobot.h

  nickname

Chatbot nickname

@property (nullable, nonatomic, copy, readonly) NSString *nickname

Discussion

Chatbot nickname

Declared In

NIMRobot.h

  intro

Chatbor introducation

@property (nullable, nonatomic, copy, readonly) NSString *intro

Discussion

Chatbor introducation

Declared In

NIMRobot.h

  avatarUrl

Chatbot avatar

@property (nullable, nonatomic, copy, readonly) NSString *avatarUrl

Discussion

Chatbot avatar

Declared In

NIMRobot.h

  thumbAvatarUrl

Chatbot avatar thumbnail

@property (nullable, nonatomic, copy, readonly) NSString *thumbAvatarUrl

Discussion

Chatbot avatar thumbnail

only applicable to resources uploaded using CommsEase upload service. Otherwise the parameter will be invalid.

Declared In

NIMRobot.h