GoogleCloudDialogflowCxV3Fulfillment constructor
GoogleCloudDialogflowCxV3Fulfillment({
- GoogleCloudDialogflowCxV3AdvancedSettings? advancedSettings,
- List<
GoogleCloudDialogflowCxV3FulfillmentConditionalCases> ? conditionalCases, - bool? enableGenerativeFallback,
- List<
GoogleCloudDialogflowCxV3ResponseMessage> ? messages, - bool? returnPartialResponses,
- List<
GoogleCloudDialogflowCxV3FulfillmentSetParameterAction> ? setParameterActions, - String? tag,
- String? webhook,
Implementation
GoogleCloudDialogflowCxV3Fulfillment({
this.advancedSettings,
this.conditionalCases,
this.enableGenerativeFallback,
this.messages,
this.returnPartialResponses,
this.setParameterActions,
this.tag,
this.webhook,
});