GoogleCloudDialogflowV2SuggestionInput constructor

GoogleCloudDialogflowV2SuggestionInput({
  1. String? answerRecord,
})

Implementation

GoogleCloudDialogflowV2SuggestionInput({
  this.answerRecord,
});