GoogleCloudDialogflowV2DialogflowAssistAnswer constructor
      
      GoogleCloudDialogflowV2DialogflowAssistAnswer({ 
    
    
- String? answerRecord,
 - GoogleCloudDialogflowV2IntentSuggestion? intentSuggestion,
 - GoogleCloudDialogflowV2QueryResult? queryResult,
 
Implementation
GoogleCloudDialogflowV2DialogflowAssistAnswer({
  this.answerRecord,
  this.intentSuggestion,
  this.queryResult,
});