GoogleCloudDialogflowV2Fulfillment constructor
GoogleCloudDialogflowV2Fulfillment({
- String? displayName,
- bool? enabled,
- List<
GoogleCloudDialogflowV2FulfillmentFeature> ? features, - GoogleCloudDialogflowV2FulfillmentGenericWebService? genericWebService,
- String? name,
Implementation
GoogleCloudDialogflowV2Fulfillment({
this.displayName,
this.enabled,
this.features,
this.genericWebService,
this.name,
});