GoogleCloudDialogflowV2FreeFormContext constructor

GoogleCloudDialogflowV2FreeFormContext({
  1. String? text,
})

Implementation

GoogleCloudDialogflowV2FreeFormContext({
  this.text,
});