GoogleCloudDialogflowV2FulfillmentGenericWebService constructor

GoogleCloudDialogflowV2FulfillmentGenericWebService({
  1. bool? isCloudFunction,
  2. String? password,
  3. Map<String, String>? requestHeaders,
  4. String? uri,
  5. String? username,
})

Implementation

GoogleCloudDialogflowV2FulfillmentGenericWebService({
  this.isCloudFunction,
  this.password,
  this.requestHeaders,
  this.uri,
  this.username,
});