GoogleCloudDialogflowV2Context constructor

GoogleCloudDialogflowV2Context({
  1. int? lifespanCount,
  2. String? name,
  3. Map<String, Object?>? parameters,
})

Implementation

GoogleCloudDialogflowV2Context({
  this.lifespanCount,
  this.name,
  this.parameters,
});