GoogleCloudDialogflowV2IntentParameter constructor

GoogleCloudDialogflowV2IntentParameter({
  1. String? defaultValue,
  2. String? displayName,
  3. String? entityTypeDisplayName,
  4. bool? isList,
  5. bool? mandatory,
  6. String? name,
  7. List<String>? prompts,
  8. String? value,
})

Implementation

GoogleCloudDialogflowV2IntentParameter({
  this.defaultValue,
  this.displayName,
  this.entityTypeDisplayName,
  this.isList,
  this.mandatory,
  this.name,
  this.prompts,
  this.value,
});