CreateAnswerResponse constructor
CreateAnswerResponse({})
Returns a new CreateAnswerResponse instance.
Implementation
CreateAnswerResponse({
this.object,
this.model,
this.searchModel,
this.completion,
this.answers = const [],
this.selectedDocuments = const [],
});