GoogleCloudDialogflowV2IntentSuggestion constructor

GoogleCloudDialogflowV2IntentSuggestion({
  1. String? description,
  2. String? displayName,
  3. String? intentV2,
})

Implementation

GoogleCloudDialogflowV2IntentSuggestion({
  this.description,
  this.displayName,
  this.intentV2,
});