GoogleCloudDialogflowCxV3FulfillIntentRequest constructor

GoogleCloudDialogflowCxV3FulfillIntentRequest({
  1. GoogleCloudDialogflowCxV3Match? match,
  2. GoogleCloudDialogflowCxV3MatchIntentRequest? matchIntentRequest,
  3. GoogleCloudDialogflowCxV3OutputAudioConfig? outputAudioConfig,
})

Implementation

GoogleCloudDialogflowCxV3FulfillIntentRequest({
  this.match,
  this.matchIntentRequest,
  this.outputAudioConfig,
});