GoogleCloudDialogflowCxV3TestConfig constructor

GoogleCloudDialogflowCxV3TestConfig({
  1. String? flow,
  2. String? page,
  3. List<String>? trackingParameters,
})

Implementation

GoogleCloudDialogflowCxV3TestConfig({
  this.flow,
  this.page,
  this.trackingParameters,
});