GoogleCloudDialogflowCxV3Fulfillment constructor

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

Implementation

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