GoogleCloudDialogflowCxV3FormParameterFillBehavior constructor

GoogleCloudDialogflowCxV3FormParameterFillBehavior({
  1. GoogleCloudDialogflowCxV3Fulfillment? initialPromptFulfillment,
  2. List<GoogleCloudDialogflowCxV3EventHandler>? repromptEventHandlers,
})

Implementation

GoogleCloudDialogflowCxV3FormParameterFillBehavior({
  this.initialPromptFulfillment,
  this.repromptEventHandlers,
});