GoogleCloudDialogflowV2EnvironmentHistoryEntry constructor

GoogleCloudDialogflowV2EnvironmentHistoryEntry({
  1. String? agentVersion,
  2. String? createTime,
  3. String? description,
})

Implementation

GoogleCloudDialogflowV2EnvironmentHistoryEntry({
  this.agentVersion,
  this.createTime,
  this.description,
});