#import <NIMRobotObject.h>
◆ initWithRobot:robotId:
- (instancetype) initWithRobot: |
|
(NSString *) |
content |
robotId: |
|
(NSString *) |
robotId |
|
|
| |
机器人消息附件对象构造方法
- 参数
-
content | 机器人识别内容 |
robotId | 机器人 Id |
@discussion content 参数不是用来做 UI 显示的, 显示 (如对话气泡) 请用 message.text 字段
- 返回
- 机器人消息附件对象实例
◆ initWithRobotId:target:param:
- (instancetype) initWithRobotId: |
|
(NSString *) |
robotId |
target: |
|
(NSString *) |
target |
param: |
|
(NSString *) |
param |
|
|
| |
机器人消息附件对象构造方法
- 参数
-
robotId | 机器人 Id |
target | 模块 Id |
param | 模块跳转参数 |
- 返回
- 机器人消息附件对象实例
◆ isFromRobot
◆ response
- (NSDictionary*) response |
|
readnonatomiccopy |
机器人回复的消息结果,只在机器人下行消息,此字段有效
◆ responseForMessageId
- (NSString*) responseForMessageId |
|
readnonatomiccopy |
机器人回复的消息所属的提问消息 Id ,只在机器人下行消息,此字段有效
◆ robotId
当该消息为用户上行发送给机器人时,此字段为目标机器人 Id, 当该消息为机器人回复的消息时, 此字段为本消息所属机器人 Id
该类的文档由以下文件生成: