GoogleCloudDialogflowCxV3Changelog constructor

GoogleCloudDialogflowCxV3Changelog({
  1. String? action,
  2. String? createTime,
  3. String? displayName,
  4. String? languageCode,
  5. String? name,
  6. String? resource,
  7. String? type,
  8. String? userEmail,
})

Implementation

GoogleCloudDialogflowCxV3Changelog({
  this.action,
  this.createTime,
  this.displayName,
  this.languageCode,
  this.name,
  this.resource,
  this.type,
  this.userEmail,
});