GoogleCloudDialogflowV2DialogflowAssistAnswer constructor

GoogleCloudDialogflowV2DialogflowAssistAnswer({
  1. String? answerRecord,
  2. GoogleCloudDialogflowV2IntentSuggestion? intentSuggestion,
  3. GoogleCloudDialogflowV2QueryResult? queryResult,
})

Implementation

GoogleCloudDialogflowV2DialogflowAssistAnswer({
  this.answerRecord,
  this.intentSuggestion,
  this.queryResult,
});