GoogleCloudDialogflowV2FreeFormSuggestion constructor

GoogleCloudDialogflowV2FreeFormSuggestion({
  1. String? response,
})

Implementation

GoogleCloudDialogflowV2FreeFormSuggestion({
  this.response,
});