NIMAIModelCallResult constructor
- String? accountId,
- String? requestId,
- NIMAIModelCallContent? content,
- int? code,
- List<
NIMAIRAGInfo> ? aiRAGs, - int timestamp = 0,
- bool aiStream = false,
- V2NIMAIModelStreamCallStatus? aiStreamStatus,
Implementation
NIMAIModelCallResult(
{this.accountId,
this.requestId,
this.content,
this.code,
this.aiRAGs,
this.timestamp = 0,
this.aiStream = false,
this.aiStreamStatus});