|
NIMSDK-AOS
9.20.15
|
NIMMessageAIStreamStopParams类 更多...
类 | |
| class | Builder |
| 构建器类,用于更方便地创建NIMMessageAIStreamStopParams对象 | |
Public 成员函数 | |
| NIMMessageAIStreamStopParams (NIMMessageAIStreamStopOpType operationType) | |
| 带操作类型的构造函数 更多... | |
| NIMMessageAIStreamStopParams (NIMMessageAIStreamStopOpType operationType, String updateContent) | |
| 完整参数的构造函数 更多... | |
| NIMMessageAIStreamStopOpType | getOperationType () |
| 获取停止流式消息的操作类型 更多... | |
| void | setOperationType (NIMMessageAIStreamStopOpType operationType) |
| 设置停止流式消息的操作类型 更多... | |
| String | getUpdateContent () |
| 获取更新的消息内容 更多... | |
| void | setUpdateContent (String updateContent) |
| 设置更新的消息内容 注意:此内容仅当operationType为NIM_MESSAGE_AI_STREAM_STOP_OP_UPDATE时有效 更多... | |
| String | toString () |
| boolean | isValid () |
NIMMessageAIStreamStopParams类
该类用于配置停止数字人流式输出的参数。
在文件 NIMMessageAIStreamStopParams.java 第 16 行定义.
| com.netease.nimlib.sdk.msg.params.NIMMessageAIStreamStopParams.NIMMessageAIStreamStopParams | ( | NIMMessageAIStreamStopOpType | operationType | ) |
| com.netease.nimlib.sdk.msg.params.NIMMessageAIStreamStopParams.NIMMessageAIStreamStopParams | ( | NIMMessageAIStreamStopOpType | operationType, |
| String | updateContent | ||
| ) |
完整参数的构造函数
| operationType | 停止流式消息的操作类型 |
| updateContent | 更新的消息内容 |
在文件 NIMMessageAIStreamStopParams.java 第 52 行定义.
| NIMMessageAIStreamStopOpType com.netease.nimlib.sdk.msg.params.NIMMessageAIStreamStopParams.getOperationType | ( | ) |
| String com.netease.nimlib.sdk.msg.params.NIMMessageAIStreamStopParams.getUpdateContent | ( | ) |
| boolean com.netease.nimlib.sdk.msg.params.NIMMessageAIStreamStopParams.isValid | ( | ) |
在文件 NIMMessageAIStreamStopParams.java 第 102 行定义.
| void com.netease.nimlib.sdk.msg.params.NIMMessageAIStreamStopParams.setOperationType | ( | NIMMessageAIStreamStopOpType | operationType | ) |
| void com.netease.nimlib.sdk.msg.params.NIMMessageAIStreamStopParams.setUpdateContent | ( | String | updateContent | ) |
设置更新的消息内容 注意:此内容仅当operationType为NIM_MESSAGE_AI_STREAM_STOP_OP_UPDATE时有效
| updateContent | 更新的消息内容 |
在文件 NIMMessageAIStreamStopParams.java 第 90 行定义.
| String com.netease.nimlib.sdk.msg.params.NIMMessageAIStreamStopParams.toString | ( | ) |
在文件 NIMMessageAIStreamStopParams.java 第 95 行定义.
1.8.11