NIMAIModelCallResult constructor

NIMAIModelCallResult({
  1. String? accountId,
  2. String? requestId,
  3. NIMAIModelCallContent? content,
  4. int? code,
  5. List<NIMAIRAGInfo>? aiRAGs,
  6. int timestamp = 0,
  7. bool aiStream = false,
  8. V2NIMAIModelStreamCallStatus? aiStreamStatus,
})

Implementation

NIMAIModelCallResult(
    {this.accountId,
    this.requestId,
    this.content,
    this.code,
    this.aiRAGs,
    this.timestamp = 0,
    this.aiStream = false,
    this.aiStreamStatus});