Skip to content

Commit

Permalink
fix(dialogflow): update the API
Browse files Browse the repository at this point in the history
#### dialogflow:v2beta1

The following keys were changed:
- schemas.GoogleCloudDialogflowCxV3EnvironmentVersionConfig.properties.version.description
- schemas.GoogleCloudDialogflowCxV3beta1EnvironmentVersionConfig.properties.version.description

#### dialogflow:v3beta1

The following keys were changed:
- schemas.GoogleCloudDialogflowCxV3EnvironmentVersionConfig.properties.version.description
- schemas.GoogleCloudDialogflowCxV3beta1EnvironmentVersionConfig.properties.version.description

#### dialogflow:v2

The following keys were changed:
- schemas.GoogleCloudDialogflowCxV3EnvironmentVersionConfig.properties.version.description
- schemas.GoogleCloudDialogflowCxV3beta1EnvironmentVersionConfig.properties.version.description

#### dialogflow:v3

The following keys were changed:
- schemas.GoogleCloudDialogflowCxV3EnvironmentVersionConfig.properties.version.description
- schemas.GoogleCloudDialogflowCxV3beta1EnvironmentVersionConfig.properties.version.description
  • Loading branch information
yoshi-automation authored and sofisl committed Sep 4, 2024
1 parent 2f0ca2e commit 635d129
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 20 deletions.
6 changes: 3 additions & 3 deletions discovery/dialogflow-v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -8714,7 +8714,7 @@
}
}
},
"revision": "20240812",
"revision": "20240828",
"rootUrl": "https://dialogflow.googleapis.com/",
"schemas": {
"GoogleCloudDialogflowCxV3AdvancedSettings": {
Expand Down Expand Up @@ -9167,7 +9167,7 @@
"id": "GoogleCloudDialogflowCxV3EnvironmentVersionConfig",
"properties": {
"version": {
"description": "Required. Format: projects//locations//agents//flows//versions/.",
"description": "Required. Both flow and playbook versions are supported. Format for flow version: projects//locations//agents//flows//versions/. Format for playbook version: projects//locations//agents//playbooks//versions/.",
"type": "string"
}
},
Expand Down Expand Up @@ -11472,7 +11472,7 @@
"id": "GoogleCloudDialogflowCxV3beta1EnvironmentVersionConfig",
"properties": {
"version": {
"description": "Required. Format: projects//locations//agents//flows//versions/.",
"description": "Required. Both flow and playbook versions are supported. Format for flow version: projects//locations//agents//flows//versions/. Format for playbook version: projects//locations//agents//playbooks//versions/.",
"type": "string"
}
},
Expand Down
6 changes: 3 additions & 3 deletions discovery/dialogflow-v2beta1.json
Original file line number Diff line number Diff line change
Expand Up @@ -8082,7 +8082,7 @@
}
}
},
"revision": "20240812",
"revision": "20240828",
"rootUrl": "https://dialogflow.googleapis.com/",
"schemas": {
"GoogleCloudDialogflowCxV3AdvancedSettings": {
Expand Down Expand Up @@ -8535,7 +8535,7 @@
"id": "GoogleCloudDialogflowCxV3EnvironmentVersionConfig",
"properties": {
"version": {
"description": "Required. Format: projects//locations//agents//flows//versions/.",
"description": "Required. Both flow and playbook versions are supported. Format for flow version: projects//locations//agents//flows//versions/. Format for playbook version: projects//locations//agents//playbooks//versions/.",
"type": "string"
}
},
Expand Down Expand Up @@ -10840,7 +10840,7 @@
"id": "GoogleCloudDialogflowCxV3beta1EnvironmentVersionConfig",
"properties": {
"version": {
"description": "Required. Format: projects//locations//agents//flows//versions/.",
"description": "Required. Both flow and playbook versions are supported. Format for flow version: projects//locations//agents//flows//versions/. Format for playbook version: projects//locations//agents//playbooks//versions/.",
"type": "string"
}
},
Expand Down
6 changes: 3 additions & 3 deletions discovery/dialogflow-v3.json
Original file line number Diff line number Diff line change
Expand Up @@ -4453,7 +4453,7 @@
}
}
},
"revision": "20240822",
"revision": "20240828",
"rootUrl": "https://dialogflow.googleapis.com/",
"schemas": {
"GoogleCloudDialogflowCxV3AdvancedSettings": {
Expand Down Expand Up @@ -5863,7 +5863,7 @@
"id": "GoogleCloudDialogflowCxV3EnvironmentVersionConfig",
"properties": {
"version": {
"description": "Required. Format: projects//locations//agents//flows//versions/.",
"description": "Required. Both flow and playbook versions are supported. Format for flow version: projects//locations//agents//flows//versions/. Format for playbook version: projects//locations//agents//playbooks//versions/.",
"type": "string"
}
},
Expand Down Expand Up @@ -10669,7 +10669,7 @@
"id": "GoogleCloudDialogflowCxV3beta1EnvironmentVersionConfig",
"properties": {
"version": {
"description": "Required. Format: projects//locations//agents//flows//versions/.",
"description": "Required. Both flow and playbook versions are supported. Format for flow version: projects//locations//agents//flows//versions/. Format for playbook version: projects//locations//agents//playbooks//versions/.",
"type": "string"
}
},
Expand Down
6 changes: 3 additions & 3 deletions discovery/dialogflow-v3beta1.json
Original file line number Diff line number Diff line change
Expand Up @@ -5185,7 +5185,7 @@
}
}
},
"revision": "20240822",
"revision": "20240828",
"rootUrl": "https://dialogflow.googleapis.com/",
"schemas": {
"GoogleCloudDialogflowCxV3AdvancedSettings": {
Expand Down Expand Up @@ -5638,7 +5638,7 @@
"id": "GoogleCloudDialogflowCxV3EnvironmentVersionConfig",
"properties": {
"version": {
"description": "Required. Format: projects//locations//agents//flows//versions/.",
"description": "Required. Both flow and playbook versions are supported. Format for flow version: projects//locations//agents//flows//versions/. Format for playbook version: projects//locations//agents//playbooks//versions/.",
"type": "string"
}
},
Expand Down Expand Up @@ -9208,7 +9208,7 @@
"id": "GoogleCloudDialogflowCxV3beta1EnvironmentVersionConfig",
"properties": {
"version": {
"description": "Required. Format: projects//locations//agents//flows//versions/.",
"description": "Required. Both flow and playbook versions are supported. Format for flow version: projects//locations//agents//flows//versions/. Format for playbook version: projects//locations//agents//playbooks//versions/.",
"type": "string"
}
},
Expand Down
4 changes: 2 additions & 2 deletions src/apis/dialogflow/v2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ export namespace dialogflow_v2 {
*/
export interface Schema$GoogleCloudDialogflowCxV3beta1EnvironmentVersionConfig {
/**
* Required. Format: projects//locations//agents//flows//versions/.
* Required. Both flow and playbook versions are supported. Format for flow version: projects//locations//agents//flows//versions/. Format for playbook version: projects//locations//agents//playbooks//versions/.
*/
version?: string | null;
}
Expand Down Expand Up @@ -2224,7 +2224,7 @@ export namespace dialogflow_v2 {
*/
export interface Schema$GoogleCloudDialogflowCxV3EnvironmentVersionConfig {
/**
* Required. Format: projects//locations//agents//flows//versions/.
* Required. Both flow and playbook versions are supported. Format for flow version: projects//locations//agents//flows//versions/. Format for playbook version: projects//locations//agents//playbooks//versions/.
*/
version?: string | null;
}
Expand Down
4 changes: 2 additions & 2 deletions src/apis/dialogflow/v2beta1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ export namespace dialogflow_v2beta1 {
*/
export interface Schema$GoogleCloudDialogflowCxV3beta1EnvironmentVersionConfig {
/**
* Required. Format: projects//locations//agents//flows//versions/.
* Required. Both flow and playbook versions are supported. Format for flow version: projects//locations//agents//flows//versions/. Format for playbook version: projects//locations//agents//playbooks//versions/.
*/
version?: string | null;
}
Expand Down Expand Up @@ -2224,7 +2224,7 @@ export namespace dialogflow_v2beta1 {
*/
export interface Schema$GoogleCloudDialogflowCxV3EnvironmentVersionConfig {
/**
* Required. Format: projects//locations//agents//flows//versions/.
* Required. Both flow and playbook versions are supported. Format for flow version: projects//locations//agents//flows//versions/. Format for playbook version: projects//locations//agents//playbooks//versions/.
*/
version?: string | null;
}
Expand Down
4 changes: 2 additions & 2 deletions src/apis/dialogflow/v3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -821,7 +821,7 @@ export namespace dialogflow_v3 {
*/
export interface Schema$GoogleCloudDialogflowCxV3beta1EnvironmentVersionConfig {
/**
* Required. Format: projects//locations//agents//flows//versions/.
* Required. Both flow and playbook versions are supported. Format for flow version: projects//locations//agents//flows//versions/. Format for playbook version: projects//locations//agents//playbooks//versions/.
*/
version?: string | null;
}
Expand Down Expand Up @@ -2921,7 +2921,7 @@ export namespace dialogflow_v3 {
*/
export interface Schema$GoogleCloudDialogflowCxV3EnvironmentVersionConfig {
/**
* Required. Format: projects//locations//agents//flows//versions/.
* Required. Both flow and playbook versions are supported. Format for flow version: projects//locations//agents//flows//versions/. Format for playbook version: projects//locations//agents//playbooks//versions/.
*/
version?: string | null;
}
Expand Down
4 changes: 2 additions & 2 deletions src/apis/dialogflow/v3beta1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1526,7 +1526,7 @@ export namespace dialogflow_v3beta1 {
*/
export interface Schema$GoogleCloudDialogflowCxV3beta1EnvironmentVersionConfig {
/**
* Required. Format: projects//locations//agents//flows//versions/.
* Required. Both flow and playbook versions are supported. Format for flow version: projects//locations//agents//flows//versions/. Format for playbook version: projects//locations//agents//playbooks//versions/.
*/
version?: string | null;
}
Expand Down Expand Up @@ -5551,7 +5551,7 @@ export namespace dialogflow_v3beta1 {
*/
export interface Schema$GoogleCloudDialogflowCxV3EnvironmentVersionConfig {
/**
* Required. Format: projects//locations//agents//flows//versions/.
* Required. Both flow and playbook versions are supported. Format for flow version: projects//locations//agents//flows//versions/. Format for playbook version: projects//locations//agents//playbooks//versions/.
*/
version?: string | null;
}
Expand Down

0 comments on commit 635d129

Please sign in to comment.