CreateAnswerResponse constructor

CreateAnswerResponse({
  1. String? object,
  2. String? model,
  3. String? searchModel,
  4. String? completion,
  5. List<String> answers = const [],
  6. List<CreateAnswerResponseSelectedDocumentsInner> selectedDocuments = const [],
})

Returns a new CreateAnswerResponse instance.

Implementation

CreateAnswerResponse({
  this.object,
  this.model,
  this.searchModel,
  this.completion,
  this.answers = const [],
  this.selectedDocuments = const [],
});