Skip to content

Commit 2c744c6

Browse files
feat(dialogflow): update the api
#### dialogflow:v3 The following keys were added: - resources.projects.resources.locations.resources.agents.resources.tools.resources.versions.methods.create (Total Keys: 12) - resources.projects.resources.locations.resources.agents.resources.tools.resources.versions.methods.delete (Total Keys: 13) - resources.projects.resources.locations.resources.agents.resources.tools.resources.versions.methods.get (Total Keys: 11) - resources.projects.resources.locations.resources.agents.resources.tools.resources.versions.methods.list (Total Keys: 16) - resources.projects.resources.locations.resources.agents.resources.tools.resources.versions.methods.restore (Total Keys: 12) - schemas.GoogleCloudDialogflowCxV3Handler (Total Keys: 14) - schemas.GoogleCloudDialogflowCxV3ListToolVersionsResponse (Total Keys: 5) - schemas.GoogleCloudDialogflowCxV3Playbook.properties.handlers (Total Keys: 2) - schemas.GoogleCloudDialogflowCxV3RestoreToolVersionRequest (Total Keys: 2) - schemas.GoogleCloudDialogflowCxV3RestoreToolVersionResponse (Total Keys: 3) - schemas.GoogleCloudDialogflowCxV3ToolVersion (Total Keys: 11)
1 parent 71a5f19 commit 2c744c6

11 files changed

+4595
-24
lines changed

docs/dyn/dialogflow_v3.projects.locations.agents.environments.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ <h3>Method Details</h3>
156156
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Update time of this environment.
157157
&quot;versionConfigs&quot;: [ # A list of configurations for flow versions. You should include version configs for all flows that are reachable from `Start Flow` in the agent. Otherwise, an error will be returned.
158158
{ # Configuration for the version.
159-
&quot;version&quot;: &quot;A String&quot;, # 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/.
159+
&quot;version&quot;: &quot;A String&quot;, # Required. Flow, playbook and tool versions are supported. Format for flow version: projects//locations//agents//flows//versions/. Format for playbook version: projects//locations//agents//playbooks//versions/. Format for tool version: projects//locations//agents//tools//versions/.
160160
},
161161
],
162162
&quot;webhookConfig&quot;: { # Configuration for webhooks. # The webhook configuration for this environment.
@@ -357,7 +357,7 @@ <h3>Method Details</h3>
357357
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Update time of this environment.
358358
&quot;versionConfigs&quot;: [ # A list of configurations for flow versions. You should include version configs for all flows that are reachable from `Start Flow` in the agent. Otherwise, an error will be returned.
359359
{ # Configuration for the version.
360-
&quot;version&quot;: &quot;A String&quot;, # 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/.
360+
&quot;version&quot;: &quot;A String&quot;, # Required. Flow, playbook and tool versions are supported. Format for flow version: projects//locations//agents//flows//versions/. Format for playbook version: projects//locations//agents//playbooks//versions/. Format for tool version: projects//locations//agents//tools//versions/.
361361
},
362362
],
363363
&quot;webhookConfig&quot;: { # Configuration for webhooks. # The webhook configuration for this environment.
@@ -474,7 +474,7 @@ <h3>Method Details</h3>
474474
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Update time of this environment.
475475
&quot;versionConfigs&quot;: [ # A list of configurations for flow versions. You should include version configs for all flows that are reachable from `Start Flow` in the agent. Otherwise, an error will be returned.
476476
{ # Configuration for the version.
477-
&quot;version&quot;: &quot;A String&quot;, # 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/.
477+
&quot;version&quot;: &quot;A String&quot;, # Required. Flow, playbook and tool versions are supported. Format for flow version: projects//locations//agents//flows//versions/. Format for playbook version: projects//locations//agents//playbooks//versions/. Format for tool version: projects//locations//agents//tools//versions/.
478478
},
479479
],
480480
&quot;webhookConfig&quot;: { # Configuration for webhooks. # The webhook configuration for this environment.
@@ -608,7 +608,7 @@ <h3>Method Details</h3>
608608
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Update time of this environment.
609609
&quot;versionConfigs&quot;: [ # A list of configurations for flow versions. You should include version configs for all flows that are reachable from `Start Flow` in the agent. Otherwise, an error will be returned.
610610
{ # Configuration for the version.
611-
&quot;version&quot;: &quot;A String&quot;, # 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/.
611+
&quot;version&quot;: &quot;A String&quot;, # Required. Flow, playbook and tool versions are supported. Format for flow version: projects//locations//agents//flows//versions/. Format for playbook version: projects//locations//agents//playbooks//versions/. Format for tool version: projects//locations//agents//tools//versions/.
612612
},
613613
],
614614
&quot;webhookConfig&quot;: { # Configuration for webhooks. # The webhook configuration for this environment.
@@ -733,7 +733,7 @@ <h3>Method Details</h3>
733733
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Update time of this environment.
734734
&quot;versionConfigs&quot;: [ # A list of configurations for flow versions. You should include version configs for all flows that are reachable from `Start Flow` in the agent. Otherwise, an error will be returned.
735735
{ # Configuration for the version.
736-
&quot;version&quot;: &quot;A String&quot;, # 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/.
736+
&quot;version&quot;: &quot;A String&quot;, # Required. Flow, playbook and tool versions are supported. Format for flow version: projects//locations//agents//flows//versions/. Format for playbook version: projects//locations//agents//playbooks//versions/. Format for tool version: projects//locations//agents//tools//versions/.
737737
},
738738
],
739739
&quot;webhookConfig&quot;: { # Configuration for webhooks. # The webhook configuration for this environment.

0 commit comments

Comments
 (0)