GoogleCloudDialogflowV2Version constructor

GoogleCloudDialogflowV2Version({
  1. String? createTime,
  2. String? description,
  3. String? name,
  4. String? status,
  5. int? versionNumber,
})

Implementation

GoogleCloudDialogflowV2Version({
  this.createTime,
  this.description,
  this.name,
  this.status,
  this.versionNumber,
});