AiService class
- Annotations
Constructors
- AiService()
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
onProxyAIModelCall
→ Stream<
NIMAIModelCallResult> -
AI 消息的响应的回调
no setter
-
onProxyAIModelStreamCall
→ Stream<
NIMAIModelStreamCallResult> -
AI 消息的流式响应的回调
注意:流式过程中回调此方法,流式结束后还是会统一调用onProxyAIModelCall方法
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getAIUserList(
) → Future< NIMResult< List< >NIMAIUser> > - 数字人拉取接口
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
proxyAIModelCall(
NIMProxyAIModelCallParams params) → Future< NIMResult< void> > - AI 数字人请求代理接口
-
stopAIModelStreamCall(
NIMAIModelStreamCallStopParams params) → Future< NIMResult< void> > - 停止流式输出接口
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited