NIMAIModelStreamCallResult constructor

NIMAIModelStreamCallResult({
  1. int code = 200,
  2. required String accountId,
  3. required String requestId,
  4. NIMAIModelStreamCallContent? content,
  5. List<NIMAIRAGInfo>? aiRAGs,
  6. int? timestamp,
})

Implementation

NIMAIModelStreamCallResult(
    {this.code = 200,
    required this.accountId,
    required this.requestId,
    this.content,
    this.aiRAGs,
    this.timestamp});