AiService class

Annotations

Constructors

AiService()
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
onProxyAIModelCall Stream<NIMAIModelCallResult>
AI 消息的响应的回调
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 数字人请求代理接口
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited