GoogleCloudDialogflowCxV3Intent constructor

GoogleCloudDialogflowCxV3Intent({
  1. String? description,
  2. String? displayName,
  3. bool? isFallback,
  4. Map<String, String>? labels,
  5. String? name,
  6. List<GoogleCloudDialogflowCxV3IntentParameter>? parameters,
  7. int? priority,
  8. List<GoogleCloudDialogflowCxV3IntentTrainingPhrase>? trainingPhrases,
})

Implementation

GoogleCloudDialogflowCxV3Intent({
  this.description,
  this.displayName,
  this.isFallback,
  this.labels,
  this.name,
  this.parameters,
  this.priority,
  this.trainingPhrases,
});