GoogleCloudDialogflowCxV3IntentInput constructor

GoogleCloudDialogflowCxV3IntentInput({
  1. String? intent,
})

Implementation

GoogleCloudDialogflowCxV3IntentInput({
  this.intent,
});