GoogleCloudDialogflowV2Fulfillment constructor

GoogleCloudDialogflowV2Fulfillment({
  1. String? displayName,
  2. bool? enabled,
  3. List<GoogleCloudDialogflowV2FulfillmentFeature>? features,
  4. GoogleCloudDialogflowV2FulfillmentGenericWebService? genericWebService,
  5. String? name,
})

Implementation

GoogleCloudDialogflowV2Fulfillment({
  this.displayName,
  this.enabled,
  this.features,
  this.genericWebService,
  this.name,
});