GoogleCloudDialogflowCxV3Fulfillment constructor

GoogleCloudDialogflowCxV3Fulfillment({
  1. GoogleCloudDialogflowCxV3AdvancedSettings? advancedSettings,
  2. List<GoogleCloudDialogflowCxV3FulfillmentConditionalCases>? conditionalCases,
  3. bool? enableGenerativeFallback,
  4. List<GoogleCloudDialogflowCxV3ResponseMessage>? messages,
  5. bool? returnPartialResponses,
  6. List<GoogleCloudDialogflowCxV3FulfillmentSetParameterAction>? setParameterActions,
  7. String? tag,
  8. String? webhook,
})

Implementation

GoogleCloudDialogflowCxV3Fulfillment({
  this.advancedSettings,
  this.conditionalCases,
  this.enableGenerativeFallback,
  this.messages,
  this.returnPartialResponses,
  this.setParameterActions,
  this.tag,
  this.webhook,
});