GoogleCloudDialogflowCxV3ToolVersion constructor
GoogleCloudDialogflowCxV3ToolVersion({
- String? createTime,
- String? displayName,
- String? name,
- GoogleCloudDialogflowCxV3Tool? tool,
- String? updateTime,
Implementation
GoogleCloudDialogflowCxV3ToolVersion({
this.createTime,
this.displayName,
this.name,
this.tool,
this.updateTime,
});