GoogleCloudDialogflowCxV3Version constructor

GoogleCloudDialogflowCxV3Version({
  1. String? createTime,
  2. String? description,
  3. String? displayName,
  4. String? name,
  5. GoogleCloudDialogflowCxV3NluSettings? nluSettings,
  6. String? state,
})

Implementation

GoogleCloudDialogflowCxV3Version({
  this.createTime,
  this.description,
  this.displayName,
  this.name,
  this.nluSettings,
  this.state,
});