From 939d19613aa9b7230470c0da1dc42cb478e4461a Mon Sep 17 00:00:00 2001 From: Yoshi Automation Date: Tue, 17 Dec 2024 07:10:19 +0000 Subject: [PATCH] feat(dialogflow): update the api #### dialogflow:v2 The following keys were added: - schemas.GoogleCloudDialogflowCxV3IntentTrainingPhrase.properties.id.readOnly (Total Keys: 1) - schemas.GoogleCloudDialogflowCxV3beta1IntentTrainingPhrase.properties.id.readOnly (Total Keys: 1) - schemas.GoogleCloudDialogflowV2IntentTrainingPhrase.properties.name.readOnly (Total Keys: 1) - schemas.GoogleCloudDialogflowV2beta1IntentTrainingPhrase.properties.name.readOnly (Total Keys: 1) #### dialogflow:v2beta1 The following keys were added: - schemas.GoogleCloudDialogflowCxV3IntentTrainingPhrase.properties.id.readOnly (Total Keys: 1) - schemas.GoogleCloudDialogflowCxV3beta1IntentTrainingPhrase.properties.id.readOnly (Total Keys: 1) - schemas.GoogleCloudDialogflowV2IntentTrainingPhrase.properties.name.readOnly (Total Keys: 1) - schemas.GoogleCloudDialogflowV2beta1IntentTrainingPhrase.properties.name.readOnly (Total Keys: 1) #### dialogflow:v3 The following keys were added: - schemas.GoogleCloudDialogflowCxV3IntentTrainingPhrase.properties.id.readOnly (Total Keys: 1) - schemas.GoogleCloudDialogflowCxV3beta1IntentTrainingPhrase.properties.id.readOnly (Total Keys: 1) - schemas.GoogleCloudDialogflowV2IntentTrainingPhrase.properties.name.readOnly (Total Keys: 1) - schemas.GoogleCloudDialogflowV2beta1IntentTrainingPhrase.properties.name.readOnly (Total Keys: 1) #### dialogflow:v3beta1 The following keys were added: - resources.projects.resources.locations.resources.agents.resources.playbooks.methods.export (Total Keys: 12) - resources.projects.resources.locations.resources.agents.resources.playbooks.methods.import (Total Keys: 12) - resources.projects.resources.locations.resources.agents.resources.playbooks.resources.versions.methods.restore (Total Keys: 12) - schemas.GoogleCloudDialogflowCxV3IntentTrainingPhrase.properties.id.readOnly (Total Keys: 1) - schemas.GoogleCloudDialogflowCxV3beta1ConversationInteraction.properties.answerFeedback.$ref (Total Keys: 1) - schemas.GoogleCloudDialogflowCxV3beta1ExportPlaybookRequest (Total Keys: 4) - schemas.GoogleCloudDialogflowCxV3beta1FlowInvocation.properties.displayName (Total Keys: 2) - schemas.GoogleCloudDialogflowCxV3beta1ImportPlaybookRequest (Total Keys: 6) - schemas.GoogleCloudDialogflowCxV3beta1IntentTrainingPhrase.properties.id.readOnly (Total Keys: 1) - schemas.GoogleCloudDialogflowCxV3beta1PlaybookImportStrategy (Total Keys: 5) - schemas.GoogleCloudDialogflowCxV3beta1PlaybookInvocation.properties.displayName (Total Keys: 2) - schemas.GoogleCloudDialogflowCxV3beta1RestorePlaybookVersionRequest (Total Keys: 2) - schemas.GoogleCloudDialogflowCxV3beta1RestorePlaybookVersionResponse (Total Keys: 3) - schemas.GoogleCloudDialogflowCxV3beta1ToolUse.properties.displayName (Total Keys: 2) - schemas.GoogleCloudDialogflowV2IntentTrainingPhrase.properties.name.readOnly (Total Keys: 1) - schemas.GoogleCloudDialogflowV2beta1IntentTrainingPhrase.properties.name.readOnly (Total Keys: 1) --- ...flow_v2.projects.locations.operations.html | 4 +- .../dialogflow_v2.projects.operations.html | 4 +- ...v2beta1.projects.locations.operations.html | 4 +- ...ialogflow_v2beta1.projects.operations.html | 4 +- ...flow_v3.projects.locations.operations.html | 4 +- .../dialogflow_v3.projects.operations.html | 4 +- ...ojects.locations.agents.conversations.html | 32 +++ ...ocations.agents.environments.sessions.html | 9 + ...s.locations.agents.playbooks.examples.html | 18 ++ ...1.projects.locations.agents.playbooks.html | 97 +++++++ ...s.locations.agents.playbooks.versions.html | 104 ++++++++ ...a1.projects.locations.agents.sessions.html | 9 + ...v3beta1.projects.locations.operations.html | 4 +- ...ialogflow_v3beta1.projects.operations.html | 4 +- .../documents/dialogflow.v2.json | 10 +- .../documents/dialogflow.v2beta1.json | 10 +- .../documents/dialogflow.v3.json | 10 +- .../documents/dialogflow.v3beta1.json | 245 +++++++++++++++++- 18 files changed, 548 insertions(+), 28 deletions(-) diff --git a/docs/dyn/dialogflow_v2.projects.locations.operations.html b/docs/dyn/dialogflow_v2.projects.locations.operations.html index 66d18c4e21d..bc806f58f7e 100644 --- a/docs/dyn/dialogflow_v2.projects.locations.operations.html +++ b/docs/dyn/dialogflow_v2.projects.locations.operations.html @@ -76,7 +76,7 @@

Dialogflow API . cancel(name, x__xgafv=None)

-

Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.

+

Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.

close()

Close httplib2 connections.

@@ -92,7 +92,7 @@

Instance Methods

Method Details

cancel(name, x__xgafv=None) -
Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
+  
Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.
 
 Args:
   name: string, The name of the operation resource to be cancelled. (required)
diff --git a/docs/dyn/dialogflow_v2.projects.operations.html b/docs/dyn/dialogflow_v2.projects.operations.html
index 3fc5576f2de..bf79df4a807 100644
--- a/docs/dyn/dialogflow_v2.projects.operations.html
+++ b/docs/dyn/dialogflow_v2.projects.operations.html
@@ -76,7 +76,7 @@ 

Dialogflow API . cancel(name, x__xgafv=None)

-

Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.

+

Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.

close()

Close httplib2 connections.

@@ -92,7 +92,7 @@

Instance Methods

Method Details

cancel(name, x__xgafv=None) -
Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
+  
Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.
 
 Args:
   name: string, The name of the operation resource to be cancelled. (required)
diff --git a/docs/dyn/dialogflow_v2beta1.projects.locations.operations.html b/docs/dyn/dialogflow_v2beta1.projects.locations.operations.html
index 5a99aa533f0..0f9c3b1ccaa 100644
--- a/docs/dyn/dialogflow_v2beta1.projects.locations.operations.html
+++ b/docs/dyn/dialogflow_v2beta1.projects.locations.operations.html
@@ -76,7 +76,7 @@ 

Dialogflow API . cancel(name, x__xgafv=None)

-

Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.

+

Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.

close()

Close httplib2 connections.

@@ -92,7 +92,7 @@

Instance Methods

Method Details

cancel(name, x__xgafv=None) -
Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
+  
Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.
 
 Args:
   name: string, The name of the operation resource to be cancelled. (required)
diff --git a/docs/dyn/dialogflow_v2beta1.projects.operations.html b/docs/dyn/dialogflow_v2beta1.projects.operations.html
index fa56532e9c3..1e2abd3d29d 100644
--- a/docs/dyn/dialogflow_v2beta1.projects.operations.html
+++ b/docs/dyn/dialogflow_v2beta1.projects.operations.html
@@ -76,7 +76,7 @@ 

Dialogflow API . cancel(name, x__xgafv=None)

-

Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.

+

Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.

close()

Close httplib2 connections.

@@ -92,7 +92,7 @@

Instance Methods

Method Details

cancel(name, x__xgafv=None) -
Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
+  
Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.
 
 Args:
   name: string, The name of the operation resource to be cancelled. (required)
diff --git a/docs/dyn/dialogflow_v3.projects.locations.operations.html b/docs/dyn/dialogflow_v3.projects.locations.operations.html
index 1e2c5a76d77..ccff4929258 100644
--- a/docs/dyn/dialogflow_v3.projects.locations.operations.html
+++ b/docs/dyn/dialogflow_v3.projects.locations.operations.html
@@ -76,7 +76,7 @@ 

Dialogflow API . cancel(name, x__xgafv=None)

-

Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.

+

Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.

close()

Close httplib2 connections.

@@ -92,7 +92,7 @@

Instance Methods

Method Details

cancel(name, x__xgafv=None) -
Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
+  
Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.
 
 Args:
   name: string, The name of the operation resource to be cancelled. (required)
diff --git a/docs/dyn/dialogflow_v3.projects.operations.html b/docs/dyn/dialogflow_v3.projects.operations.html
index b312b39e213..44b6a7e8f1c 100644
--- a/docs/dyn/dialogflow_v3.projects.operations.html
+++ b/docs/dyn/dialogflow_v3.projects.operations.html
@@ -76,7 +76,7 @@ 

Dialogflow API . cancel(name, x__xgafv=None)

-

Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.

+

Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.

close()

Close httplib2 connections.

@@ -92,7 +92,7 @@

Instance Methods

Method Details

cancel(name, x__xgafv=None) -
Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
+  
Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.
 
 Args:
   name: string, The name of the operation resource to be cancelled. (required)
diff --git a/docs/dyn/dialogflow_v3beta1.projects.locations.agents.conversations.html b/docs/dyn/dialogflow_v3beta1.projects.locations.agents.conversations.html
index 1d8000b721b..99d9a3225af 100644
--- a/docs/dyn/dialogflow_v3beta1.projects.locations.agents.conversations.html
+++ b/docs/dyn/dialogflow_v3beta1.projects.locations.agents.conversations.html
@@ -809,6 +809,16 @@ 

Method Details

], "interactions": [ # Interactions of the conversation. Only populated for `GetConversation` and empty for `ListConversations`. { # Represents an interaction between an end user and a Dialogflow CX agent using V3 (Streaming)DetectIntent API, or an interaction between an end user and a Dialogflow CX agent using V2 (Streaming)AnalyzeContent API. + "answerFeedback": { # Stores information about feedback provided by users about a response. # Answer feedback for the final response. + "customRating": "A String", # Optional. Custom rating from the user about the provided answer, with maximum length of 1024 characters. For example, client could use a customized JSON object to indicate the rating. + "rating": "A String", # Optional. Rating from user for the specific Dialogflow response. + "ratingReason": { # Stores extra information about why users provided thumbs down rating. # Optional. In case of thumbs down rating provided, users can optionally provide context about the rating. + "feedback": "A String", # Optional. Additional feedback about the rating. This field can be populated without choosing a predefined `reason`. + "reasonLabels": [ # Optional. Custom reason labels for thumbs down rating provided by the user. The maximum number of labels allowed is 10 and the maximum length of a single label is 128 characters. + "A String", + ], + }, + }, "createTime": "A String", # The time that the interaction was created. "missingTransition": { # Information collected for DF CX agents in case NLU predicted an intent that was filtered out as being inactive which may indicate a missing transition and/or absent functionality. # Missing transition predicted for the interaction. This field is set only if the interaction match type was no-match. "intentDisplayName": "A String", # Name of the intent that could have triggered. @@ -2559,6 +2569,7 @@

Method Details

"text": "A String", # Required. Message content in text. }, "flowInvocation": { # Stores metadata of the invocation of a CX flow. # Optional. Action performed on behalf of the agent by invoking a CX flow. + "displayName": "A String", # Output only. The display name of the flow. "flow": "A String", # Required. The unique identifier of the flow. Format: `projects//locations//agents//flows/`. "flowState": "A String", # Required. Flow invocation's output state. "inputActionParameters": { # Optional. A list of input parameters for the flow. @@ -2569,6 +2580,7 @@

Method Details

}, }, "playbookInvocation": { # Stores metadata of the invocation of a child playbook. # Optional. Action performed on behalf of the agent by invoking a child playbook. + "displayName": "A String", # Output only. The display name of the playbook. "playbook": "A String", # Required. The unique identifier of the playbook. Format: `projects//locations//agents//playbooks/`. "playbookInput": { # Input of the playbook. # Optional. Input of the child playbook invocation. "actionParameters": { # Optional. A list of input parameters for the action. @@ -2586,6 +2598,7 @@

Method Details

}, "toolUse": { # Stores metadata of the invocation of an action supported by a tool. # Optional. Action performed on behalf of the agent by calling a plugin tool. "action": "A String", # Optional. Name of the action to be called during the tool use. + "displayName": "A String", # Output only. The display name of the tool. "inputActionParameters": { # Optional. A list of input parameters for the action. "a_key": "", # Properties of the object. }, @@ -4689,6 +4702,7 @@

Method Details

"text": "A String", # Required. Message content in text. }, "flowInvocation": { # Stores metadata of the invocation of a CX flow. # Optional. Action performed on behalf of the agent by invoking a CX flow. + "displayName": "A String", # Output only. The display name of the flow. "flow": "A String", # Required. The unique identifier of the flow. Format: `projects//locations//agents//flows/`. "flowState": "A String", # Required. Flow invocation's output state. "inputActionParameters": { # Optional. A list of input parameters for the flow. @@ -4699,6 +4713,7 @@

Method Details

}, }, "playbookInvocation": { # Stores metadata of the invocation of a child playbook. # Optional. Action performed on behalf of the agent by invoking a child playbook. + "displayName": "A String", # Output only. The display name of the playbook. "playbook": "A String", # Required. The unique identifier of the playbook. Format: `projects//locations//agents//playbooks/`. "playbookInput": { # Input of the playbook. # Optional. Input of the child playbook invocation. "actionParameters": { # Optional. A list of input parameters for the action. @@ -4716,6 +4731,7 @@

Method Details

}, "toolUse": { # Stores metadata of the invocation of an action supported by a tool. # Optional. Action performed on behalf of the agent by calling a plugin tool. "action": "A String", # Optional. Name of the action to be called during the tool use. + "displayName": "A String", # Output only. The display name of the tool. "inputActionParameters": { # Optional. A list of input parameters for the action. "a_key": "", # Properties of the object. }, @@ -6739,6 +6755,16 @@

Method Details

], "interactions": [ # Interactions of the conversation. Only populated for `GetConversation` and empty for `ListConversations`. { # Represents an interaction between an end user and a Dialogflow CX agent using V3 (Streaming)DetectIntent API, or an interaction between an end user and a Dialogflow CX agent using V2 (Streaming)AnalyzeContent API. + "answerFeedback": { # Stores information about feedback provided by users about a response. # Answer feedback for the final response. + "customRating": "A String", # Optional. Custom rating from the user about the provided answer, with maximum length of 1024 characters. For example, client could use a customized JSON object to indicate the rating. + "rating": "A String", # Optional. Rating from user for the specific Dialogflow response. + "ratingReason": { # Stores extra information about why users provided thumbs down rating. # Optional. In case of thumbs down rating provided, users can optionally provide context about the rating. + "feedback": "A String", # Optional. Additional feedback about the rating. This field can be populated without choosing a predefined `reason`. + "reasonLabels": [ # Optional. Custom reason labels for thumbs down rating provided by the user. The maximum number of labels allowed is 10 and the maximum length of a single label is 128 characters. + "A String", + ], + }, + }, "createTime": "A String", # The time that the interaction was created. "missingTransition": { # Information collected for DF CX agents in case NLU predicted an intent that was filtered out as being inactive which may indicate a missing transition and/or absent functionality. # Missing transition predicted for the interaction. This field is set only if the interaction match type was no-match. "intentDisplayName": "A String", # Name of the intent that could have triggered. @@ -8489,6 +8515,7 @@

Method Details

"text": "A String", # Required. Message content in text. }, "flowInvocation": { # Stores metadata of the invocation of a CX flow. # Optional. Action performed on behalf of the agent by invoking a CX flow. + "displayName": "A String", # Output only. The display name of the flow. "flow": "A String", # Required. The unique identifier of the flow. Format: `projects//locations//agents//flows/`. "flowState": "A String", # Required. Flow invocation's output state. "inputActionParameters": { # Optional. A list of input parameters for the flow. @@ -8499,6 +8526,7 @@

Method Details

}, }, "playbookInvocation": { # Stores metadata of the invocation of a child playbook. # Optional. Action performed on behalf of the agent by invoking a child playbook. + "displayName": "A String", # Output only. The display name of the playbook. "playbook": "A String", # Required. The unique identifier of the playbook. Format: `projects//locations//agents//playbooks/`. "playbookInput": { # Input of the playbook. # Optional. Input of the child playbook invocation. "actionParameters": { # Optional. A list of input parameters for the action. @@ -8516,6 +8544,7 @@

Method Details

}, "toolUse": { # Stores metadata of the invocation of an action supported by a tool. # Optional. Action performed on behalf of the agent by calling a plugin tool. "action": "A String", # Optional. Name of the action to be called during the tool use. + "displayName": "A String", # Output only. The display name of the tool. "inputActionParameters": { # Optional. A list of input parameters for the action. "a_key": "", # Properties of the object. }, @@ -10619,6 +10648,7 @@

Method Details

"text": "A String", # Required. Message content in text. }, "flowInvocation": { # Stores metadata of the invocation of a CX flow. # Optional. Action performed on behalf of the agent by invoking a CX flow. + "displayName": "A String", # Output only. The display name of the flow. "flow": "A String", # Required. The unique identifier of the flow. Format: `projects//locations//agents//flows/`. "flowState": "A String", # Required. Flow invocation's output state. "inputActionParameters": { # Optional. A list of input parameters for the flow. @@ -10629,6 +10659,7 @@

Method Details

}, }, "playbookInvocation": { # Stores metadata of the invocation of a child playbook. # Optional. Action performed on behalf of the agent by invoking a child playbook. + "displayName": "A String", # Output only. The display name of the playbook. "playbook": "A String", # Required. The unique identifier of the playbook. Format: `projects//locations//agents//playbooks/`. "playbookInput": { # Input of the playbook. # Optional. Input of the child playbook invocation. "actionParameters": { # Optional. A list of input parameters for the action. @@ -10646,6 +10677,7 @@

Method Details

}, "toolUse": { # Stores metadata of the invocation of an action supported by a tool. # Optional. Action performed on behalf of the agent by calling a plugin tool. "action": "A String", # Optional. Name of the action to be called during the tool use. + "displayName": "A String", # Output only. The display name of the tool. "inputActionParameters": { # Optional. A list of input parameters for the action. "a_key": "", # Properties of the object. }, diff --git a/docs/dyn/dialogflow_v3beta1.projects.locations.agents.environments.sessions.html b/docs/dyn/dialogflow_v3beta1.projects.locations.agents.environments.sessions.html index 7c9f9357033..232681f6683 100644 --- a/docs/dyn/dialogflow_v3beta1.projects.locations.agents.environments.sessions.html +++ b/docs/dyn/dialogflow_v3beta1.projects.locations.agents.environments.sessions.html @@ -2011,6 +2011,7 @@

Method Details

"text": "A String", # Required. Message content in text. }, "flowInvocation": { # Stores metadata of the invocation of a CX flow. # Optional. Action performed on behalf of the agent by invoking a CX flow. + "displayName": "A String", # Output only. The display name of the flow. "flow": "A String", # Required. The unique identifier of the flow. Format: `projects//locations//agents//flows/`. "flowState": "A String", # Required. Flow invocation's output state. "inputActionParameters": { # Optional. A list of input parameters for the flow. @@ -2021,6 +2022,7 @@

Method Details

}, }, "playbookInvocation": { # Stores metadata of the invocation of a child playbook. # Optional. Action performed on behalf of the agent by invoking a child playbook. + "displayName": "A String", # Output only. The display name of the playbook. "playbook": "A String", # Required. The unique identifier of the playbook. Format: `projects//locations//agents//playbooks/`. "playbookInput": { # Input of the playbook. # Optional. Input of the child playbook invocation. "actionParameters": { # Optional. A list of input parameters for the action. @@ -2038,6 +2040,7 @@

Method Details

}, "toolUse": { # Stores metadata of the invocation of an action supported by a tool. # Optional. Action performed on behalf of the agent by calling a plugin tool. "action": "A String", # Optional. Name of the action to be called during the tool use. + "displayName": "A String", # Output only. The display name of the tool. "inputActionParameters": { # Optional. A list of input parameters for the action. "a_key": "", # Properties of the object. }, @@ -4199,6 +4202,7 @@

Method Details

"text": "A String", # Required. Message content in text. }, "flowInvocation": { # Stores metadata of the invocation of a CX flow. # Optional. Action performed on behalf of the agent by invoking a CX flow. + "displayName": "A String", # Output only. The display name of the flow. "flow": "A String", # Required. The unique identifier of the flow. Format: `projects//locations//agents//flows/`. "flowState": "A String", # Required. Flow invocation's output state. "inputActionParameters": { # Optional. A list of input parameters for the flow. @@ -4209,6 +4213,7 @@

Method Details

}, }, "playbookInvocation": { # Stores metadata of the invocation of a child playbook. # Optional. Action performed on behalf of the agent by invoking a child playbook. + "displayName": "A String", # Output only. The display name of the playbook. "playbook": "A String", # Required. The unique identifier of the playbook. Format: `projects//locations//agents//playbooks/`. "playbookInput": { # Input of the playbook. # Optional. Input of the child playbook invocation. "actionParameters": { # Optional. A list of input parameters for the action. @@ -4226,6 +4231,7 @@

Method Details

}, "toolUse": { # Stores metadata of the invocation of an action supported by a tool. # Optional. Action performed on behalf of the agent by calling a plugin tool. "action": "A String", # Optional. Name of the action to be called during the tool use. + "displayName": "A String", # Output only. The display name of the tool. "inputActionParameters": { # Optional. A list of input parameters for the action. "a_key": "", # Properties of the object. }, @@ -7623,6 +7629,7 @@

Method Details

"text": "A String", # Required. Message content in text. }, "flowInvocation": { # Stores metadata of the invocation of a CX flow. # Optional. Action performed on behalf of the agent by invoking a CX flow. + "displayName": "A String", # Output only. The display name of the flow. "flow": "A String", # Required. The unique identifier of the flow. Format: `projects//locations//agents//flows/`. "flowState": "A String", # Required. Flow invocation's output state. "inputActionParameters": { # Optional. A list of input parameters for the flow. @@ -7633,6 +7640,7 @@

Method Details

}, }, "playbookInvocation": { # Stores metadata of the invocation of a child playbook. # Optional. Action performed on behalf of the agent by invoking a child playbook. + "displayName": "A String", # Output only. The display name of the playbook. "playbook": "A String", # Required. The unique identifier of the playbook. Format: `projects//locations//agents//playbooks/`. "playbookInput": { # Input of the playbook. # Optional. Input of the child playbook invocation. "actionParameters": { # Optional. A list of input parameters for the action. @@ -7650,6 +7658,7 @@

Method Details

}, "toolUse": { # Stores metadata of the invocation of an action supported by a tool. # Optional. Action performed on behalf of the agent by calling a plugin tool. "action": "A String", # Optional. Name of the action to be called during the tool use. + "displayName": "A String", # Output only. The display name of the tool. "inputActionParameters": { # Optional. A list of input parameters for the action. "a_key": "", # Properties of the object. }, diff --git a/docs/dyn/dialogflow_v3beta1.projects.locations.agents.playbooks.examples.html b/docs/dyn/dialogflow_v3beta1.projects.locations.agents.playbooks.examples.html index 0baa3e97f92..25fa3c47463 100644 --- a/docs/dyn/dialogflow_v3beta1.projects.locations.agents.playbooks.examples.html +++ b/docs/dyn/dialogflow_v3beta1.projects.locations.agents.playbooks.examples.html @@ -117,6 +117,7 @@

Method Details

"text": "A String", # Required. Message content in text. }, "flowInvocation": { # Stores metadata of the invocation of a CX flow. # Optional. Action performed on behalf of the agent by invoking a CX flow. + "displayName": "A String", # Output only. The display name of the flow. "flow": "A String", # Required. The unique identifier of the flow. Format: `projects//locations//agents//flows/`. "flowState": "A String", # Required. Flow invocation's output state. "inputActionParameters": { # Optional. A list of input parameters for the flow. @@ -127,6 +128,7 @@

Method Details

}, }, "playbookInvocation": { # Stores metadata of the invocation of a child playbook. # Optional. Action performed on behalf of the agent by invoking a child playbook. + "displayName": "A String", # Output only. The display name of the playbook. "playbook": "A String", # Required. The unique identifier of the playbook. Format: `projects//locations//agents//playbooks/`. "playbookInput": { # Input of the playbook. # Optional. Input of the child playbook invocation. "actionParameters": { # Optional. A list of input parameters for the action. @@ -144,6 +146,7 @@

Method Details

}, "toolUse": { # Stores metadata of the invocation of an action supported by a tool. # Optional. Action performed on behalf of the agent by calling a plugin tool. "action": "A String", # Optional. Name of the action to be called during the tool use. + "displayName": "A String", # Output only. The display name of the tool. "inputActionParameters": { # Optional. A list of input parameters for the action. "a_key": "", # Properties of the object. }, @@ -194,6 +197,7 @@

Method Details

"text": "A String", # Required. Message content in text. }, "flowInvocation": { # Stores metadata of the invocation of a CX flow. # Optional. Action performed on behalf of the agent by invoking a CX flow. + "displayName": "A String", # Output only. The display name of the flow. "flow": "A String", # Required. The unique identifier of the flow. Format: `projects//locations//agents//flows/`. "flowState": "A String", # Required. Flow invocation's output state. "inputActionParameters": { # Optional. A list of input parameters for the flow. @@ -204,6 +208,7 @@

Method Details

}, }, "playbookInvocation": { # Stores metadata of the invocation of a child playbook. # Optional. Action performed on behalf of the agent by invoking a child playbook. + "displayName": "A String", # Output only. The display name of the playbook. "playbook": "A String", # Required. The unique identifier of the playbook. Format: `projects//locations//agents//playbooks/`. "playbookInput": { # Input of the playbook. # Optional. Input of the child playbook invocation. "actionParameters": { # Optional. A list of input parameters for the action. @@ -221,6 +226,7 @@

Method Details

}, "toolUse": { # Stores metadata of the invocation of an action supported by a tool. # Optional. Action performed on behalf of the agent by calling a plugin tool. "action": "A String", # Optional. Name of the action to be called during the tool use. + "displayName": "A String", # Output only. The display name of the tool. "inputActionParameters": { # Optional. A list of input parameters for the action. "a_key": "", # Properties of the object. }, @@ -296,6 +302,7 @@

Method Details

"text": "A String", # Required. Message content in text. }, "flowInvocation": { # Stores metadata of the invocation of a CX flow. # Optional. Action performed on behalf of the agent by invoking a CX flow. + "displayName": "A String", # Output only. The display name of the flow. "flow": "A String", # Required. The unique identifier of the flow. Format: `projects//locations//agents//flows/`. "flowState": "A String", # Required. Flow invocation's output state. "inputActionParameters": { # Optional. A list of input parameters for the flow. @@ -306,6 +313,7 @@

Method Details

}, }, "playbookInvocation": { # Stores metadata of the invocation of a child playbook. # Optional. Action performed on behalf of the agent by invoking a child playbook. + "displayName": "A String", # Output only. The display name of the playbook. "playbook": "A String", # Required. The unique identifier of the playbook. Format: `projects//locations//agents//playbooks/`. "playbookInput": { # Input of the playbook. # Optional. Input of the child playbook invocation. "actionParameters": { # Optional. A list of input parameters for the action. @@ -323,6 +331,7 @@

Method Details

}, "toolUse": { # Stores metadata of the invocation of an action supported by a tool. # Optional. Action performed on behalf of the agent by calling a plugin tool. "action": "A String", # Optional. Name of the action to be called during the tool use. + "displayName": "A String", # Output only. The display name of the tool. "inputActionParameters": { # Optional. A list of input parameters for the action. "a_key": "", # Properties of the object. }, @@ -385,6 +394,7 @@

Method Details

"text": "A String", # Required. Message content in text. }, "flowInvocation": { # Stores metadata of the invocation of a CX flow. # Optional. Action performed on behalf of the agent by invoking a CX flow. + "displayName": "A String", # Output only. The display name of the flow. "flow": "A String", # Required. The unique identifier of the flow. Format: `projects//locations//agents//flows/`. "flowState": "A String", # Required. Flow invocation's output state. "inputActionParameters": { # Optional. A list of input parameters for the flow. @@ -395,6 +405,7 @@

Method Details

}, }, "playbookInvocation": { # Stores metadata of the invocation of a child playbook. # Optional. Action performed on behalf of the agent by invoking a child playbook. + "displayName": "A String", # Output only. The display name of the playbook. "playbook": "A String", # Required. The unique identifier of the playbook. Format: `projects//locations//agents//playbooks/`. "playbookInput": { # Input of the playbook. # Optional. Input of the child playbook invocation. "actionParameters": { # Optional. A list of input parameters for the action. @@ -412,6 +423,7 @@

Method Details

}, "toolUse": { # Stores metadata of the invocation of an action supported by a tool. # Optional. Action performed on behalf of the agent by calling a plugin tool. "action": "A String", # Optional. Name of the action to be called during the tool use. + "displayName": "A String", # Output only. The display name of the tool. "inputActionParameters": { # Optional. A list of input parameters for the action. "a_key": "", # Properties of the object. }, @@ -481,6 +493,7 @@

Method Details

"text": "A String", # Required. Message content in text. }, "flowInvocation": { # Stores metadata of the invocation of a CX flow. # Optional. Action performed on behalf of the agent by invoking a CX flow. + "displayName": "A String", # Output only. The display name of the flow. "flow": "A String", # Required. The unique identifier of the flow. Format: `projects//locations//agents//flows/`. "flowState": "A String", # Required. Flow invocation's output state. "inputActionParameters": { # Optional. A list of input parameters for the flow. @@ -491,6 +504,7 @@

Method Details

}, }, "playbookInvocation": { # Stores metadata of the invocation of a child playbook. # Optional. Action performed on behalf of the agent by invoking a child playbook. + "displayName": "A String", # Output only. The display name of the playbook. "playbook": "A String", # Required. The unique identifier of the playbook. Format: `projects//locations//agents//playbooks/`. "playbookInput": { # Input of the playbook. # Optional. Input of the child playbook invocation. "actionParameters": { # Optional. A list of input parameters for the action. @@ -508,6 +522,7 @@

Method Details

}, "toolUse": { # Stores metadata of the invocation of an action supported by a tool. # Optional. Action performed on behalf of the agent by calling a plugin tool. "action": "A String", # Optional. Name of the action to be called during the tool use. + "displayName": "A String", # Output only. The display name of the tool. "inputActionParameters": { # Optional. A list of input parameters for the action. "a_key": "", # Properties of the object. }, @@ -559,6 +574,7 @@

Method Details

"text": "A String", # Required. Message content in text. }, "flowInvocation": { # Stores metadata of the invocation of a CX flow. # Optional. Action performed on behalf of the agent by invoking a CX flow. + "displayName": "A String", # Output only. The display name of the flow. "flow": "A String", # Required. The unique identifier of the flow. Format: `projects//locations//agents//flows/`. "flowState": "A String", # Required. Flow invocation's output state. "inputActionParameters": { # Optional. A list of input parameters for the flow. @@ -569,6 +585,7 @@

Method Details

}, }, "playbookInvocation": { # Stores metadata of the invocation of a child playbook. # Optional. Action performed on behalf of the agent by invoking a child playbook. + "displayName": "A String", # Output only. The display name of the playbook. "playbook": "A String", # Required. The unique identifier of the playbook. Format: `projects//locations//agents//playbooks/`. "playbookInput": { # Input of the playbook. # Optional. Input of the child playbook invocation. "actionParameters": { # Optional. A list of input parameters for the action. @@ -586,6 +603,7 @@

Method Details

}, "toolUse": { # Stores metadata of the invocation of an action supported by a tool. # Optional. Action performed on behalf of the agent by calling a plugin tool. "action": "A String", # Optional. Name of the action to be called during the tool use. + "displayName": "A String", # Output only. The display name of the tool. "inputActionParameters": { # Optional. A list of input parameters for the action. "a_key": "", # Properties of the object. }, diff --git a/docs/dyn/dialogflow_v3beta1.projects.locations.agents.playbooks.html b/docs/dyn/dialogflow_v3beta1.projects.locations.agents.playbooks.html index f28a1d01628..4385f50710e 100644 --- a/docs/dyn/dialogflow_v3beta1.projects.locations.agents.playbooks.html +++ b/docs/dyn/dialogflow_v3beta1.projects.locations.agents.playbooks.html @@ -93,9 +93,15 @@

Instance Methods

delete(name, x__xgafv=None)

Deletes a specified playbook.

+

+ export(name, body=None, x__xgafv=None)

+

Exports the specified playbook to a binary file. Note that resources (e.g. examples, tools) that the playbook references will also be exported.

get(name, x__xgafv=None)

Retrieves the specified Playbook.

+

+ import_(parent, body=None, x__xgafv=None)

+

Imports the specified playbook to the specified agent from a binary file.

list(parent, pageSize=None, pageToken=None, x__xgafv=None)

Returns a list of playbooks in the specified agent.

@@ -279,6 +285,49 @@

Method Details

}
+
+ export(name, body=None, x__xgafv=None) +
Exports the specified playbook to a binary file. Note that resources (e.g. examples, tools) that the playbook references will also be exported.
+
+Args:
+  name: string, Required. The name of the playbook to export. Format: `projects//locations//agents//playbooks/`. (required)
+  body: object, The request body.
+    The object takes the form of:
+
+{ # The request message for Playbooks.ExportPlaybook.
+  "dataFormat": "A String", # Optional. The data format of the exported agent. If not specified, `BLOB` is assumed.
+  "playbookUri": "A String", # Optional. The [Google Cloud Storage](https://cloud.google.com/storage/docs/) URI to export the playbook to. The format of this URI must be `gs:///`. If left unspecified, the serialized playbook is returned inline. Dialogflow performs a write operation for the Cloud Storage object on the caller's behalf, so your request authentication must have write permissions for the object. For more information, see [Dialogflow access control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
+}
+
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
+
+Returns:
+  An object of the form:
+
+    { # This resource represents a long-running operation that is the result of a network API call.
+  "done": True or False, # If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available.
+  "error": { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # The error result of the operation in case of failure or cancellation.
+    "code": 42, # The status code, which should be an enum value of google.rpc.Code.
+    "details": [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
+      {
+        "a_key": "", # Properties of the object. Contains field @type with type URL.
+      },
+    ],
+    "message": "A String", # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
+  },
+  "metadata": { # Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.
+    "a_key": "", # Properties of the object. Contains field @type with type URL.
+  },
+  "name": "A String", # The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`.
+  "response": { # The normal, successful response of the operation. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.
+    "a_key": "", # Properties of the object. Contains field @type with type URL.
+  },
+}
+
+
get(name, x__xgafv=None)
Retrieves the specified Playbook.
@@ -360,6 +409,54 @@ 

Method Details

}
+
+ import_(parent, body=None, x__xgafv=None) +
Imports the specified playbook to the specified agent from a binary file.
+
+Args:
+  parent: string, Required. The agent to import the playbook into. Format: `projects//locations//agents/`. (required)
+  body: object, The request body.
+    The object takes the form of:
+
+{ # The request message for Playbooks.ImportPlaybook.
+  "importStrategy": { # The playbook import strategy used for resource conflict resolution associated with an ImportPlaybookRequest. # Optional. Specifies the import strategy used when resolving resource conflicts.
+    "mainPlaybookImportStrategy": "A String", # Optional. Specifies the import strategy used when resolving conflicts with the main playbook. If not specified, 'CREATE_NEW' is assumed.
+    "nestedResourceImportStrategy": "A String", # Optional. Specifies the import strategy used when resolving referenced playbook/flow conflicts. If not specified, 'CREATE_NEW' is assumed.
+    "toolImportStrategy": "A String", # Optional. Specifies the import strategy used when resolving tool conflicts. If not specified, 'CREATE_NEW' is assumed. This will be applied after the main playbook and nested resource import strategies, meaning if the playbook that references the tool is skipped, the tool will also be skipped.
+  },
+  "playbookContent": "A String", # Uncompressed raw byte content for playbook.
+  "playbookUri": "A String", # [Dialogflow access control] (https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
+}
+
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
+
+Returns:
+  An object of the form:
+
+    { # This resource represents a long-running operation that is the result of a network API call.
+  "done": True or False, # If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available.
+  "error": { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # The error result of the operation in case of failure or cancellation.
+    "code": 42, # The status code, which should be an enum value of google.rpc.Code.
+    "details": [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
+      {
+        "a_key": "", # Properties of the object. Contains field @type with type URL.
+      },
+    ],
+    "message": "A String", # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
+  },
+  "metadata": { # Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.
+    "a_key": "", # Properties of the object. Contains field @type with type URL.
+  },
+  "name": "A String", # The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`.
+  "response": { # The normal, successful response of the operation. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.
+    "a_key": "", # Properties of the object. Contains field @type with type URL.
+  },
+}
+
+
list(parent, pageSize=None, pageToken=None, x__xgafv=None)
Returns a list of playbooks in the specified agent.
diff --git a/docs/dyn/dialogflow_v3beta1.projects.locations.agents.playbooks.versions.html b/docs/dyn/dialogflow_v3beta1.projects.locations.agents.playbooks.versions.html
index 02476bdd3a8..e3cb21d96c8 100644
--- a/docs/dyn/dialogflow_v3beta1.projects.locations.agents.playbooks.versions.html
+++ b/docs/dyn/dialogflow_v3beta1.projects.locations.agents.playbooks.versions.html
@@ -92,6 +92,9 @@ 

Instance Methods

list_next()

Retrieves the next page of results.

+

+ restore(name, body=None, x__xgafv=None)

+

Retrieves the specified version of the Playbook and stores it as the current playbook draft, returning the playbook with resources updated.

Method Details

close() @@ -117,6 +120,7 @@

Method Details

"text": "A String", # Required. Message content in text. }, "flowInvocation": { # Stores metadata of the invocation of a CX flow. # Optional. Action performed on behalf of the agent by invoking a CX flow. + "displayName": "A String", # Output only. The display name of the flow. "flow": "A String", # Required. The unique identifier of the flow. Format: `projects//locations//agents//flows/`. "flowState": "A String", # Required. Flow invocation's output state. "inputActionParameters": { # Optional. A list of input parameters for the flow. @@ -127,6 +131,7 @@

Method Details

}, }, "playbookInvocation": { # Stores metadata of the invocation of a child playbook. # Optional. Action performed on behalf of the agent by invoking a child playbook. + "displayName": "A String", # Output only. The display name of the playbook. "playbook": "A String", # Required. The unique identifier of the playbook. Format: `projects//locations//agents//playbooks/`. "playbookInput": { # Input of the playbook. # Optional. Input of the child playbook invocation. "actionParameters": { # Optional. A list of input parameters for the action. @@ -144,6 +149,7 @@

Method Details

}, "toolUse": { # Stores metadata of the invocation of an action supported by a tool. # Optional. Action performed on behalf of the agent by calling a plugin tool. "action": "A String", # Optional. Name of the action to be called during the tool use. + "displayName": "A String", # Output only. The display name of the tool. "inputActionParameters": { # Optional. A list of input parameters for the action. "a_key": "", # Properties of the object. }, @@ -266,6 +272,7 @@

Method Details

"text": "A String", # Required. Message content in text. }, "flowInvocation": { # Stores metadata of the invocation of a CX flow. # Optional. Action performed on behalf of the agent by invoking a CX flow. + "displayName": "A String", # Output only. The display name of the flow. "flow": "A String", # Required. The unique identifier of the flow. Format: `projects//locations//agents//flows/`. "flowState": "A String", # Required. Flow invocation's output state. "inputActionParameters": { # Optional. A list of input parameters for the flow. @@ -276,6 +283,7 @@

Method Details

}, }, "playbookInvocation": { # Stores metadata of the invocation of a child playbook. # Optional. Action performed on behalf of the agent by invoking a child playbook. + "displayName": "A String", # Output only. The display name of the playbook. "playbook": "A String", # Required. The unique identifier of the playbook. Format: `projects//locations//agents//playbooks/`. "playbookInput": { # Input of the playbook. # Optional. Input of the child playbook invocation. "actionParameters": { # Optional. A list of input parameters for the action. @@ -293,6 +301,7 @@

Method Details

}, "toolUse": { # Stores metadata of the invocation of an action supported by a tool. # Optional. Action performed on behalf of the agent by calling a plugin tool. "action": "A String", # Optional. Name of the action to be called during the tool use. + "displayName": "A String", # Output only. The display name of the tool. "inputActionParameters": { # Optional. A list of input parameters for the action. "a_key": "", # Properties of the object. }, @@ -440,6 +449,7 @@

Method Details

"text": "A String", # Required. Message content in text. }, "flowInvocation": { # Stores metadata of the invocation of a CX flow. # Optional. Action performed on behalf of the agent by invoking a CX flow. + "displayName": "A String", # Output only. The display name of the flow. "flow": "A String", # Required. The unique identifier of the flow. Format: `projects//locations//agents//flows/`. "flowState": "A String", # Required. Flow invocation's output state. "inputActionParameters": { # Optional. A list of input parameters for the flow. @@ -450,6 +460,7 @@

Method Details

}, }, "playbookInvocation": { # Stores metadata of the invocation of a child playbook. # Optional. Action performed on behalf of the agent by invoking a child playbook. + "displayName": "A String", # Output only. The display name of the playbook. "playbook": "A String", # Required. The unique identifier of the playbook. Format: `projects//locations//agents//playbooks/`. "playbookInput": { # Input of the playbook. # Optional. Input of the child playbook invocation. "actionParameters": { # Optional. A list of input parameters for the action. @@ -467,6 +478,7 @@

Method Details

}, "toolUse": { # Stores metadata of the invocation of an action supported by a tool. # Optional. Action performed on behalf of the agent by calling a plugin tool. "action": "A String", # Optional. Name of the action to be called during the tool use. + "displayName": "A String", # Output only. The display name of the tool. "inputActionParameters": { # Optional. A list of input parameters for the action. "a_key": "", # Properties of the object. }, @@ -601,6 +613,7 @@

Method Details

"text": "A String", # Required. Message content in text. }, "flowInvocation": { # Stores metadata of the invocation of a CX flow. # Optional. Action performed on behalf of the agent by invoking a CX flow. + "displayName": "A String", # Output only. The display name of the flow. "flow": "A String", # Required. The unique identifier of the flow. Format: `projects//locations//agents//flows/`. "flowState": "A String", # Required. Flow invocation's output state. "inputActionParameters": { # Optional. A list of input parameters for the flow. @@ -611,6 +624,7 @@

Method Details

}, }, "playbookInvocation": { # Stores metadata of the invocation of a child playbook. # Optional. Action performed on behalf of the agent by invoking a child playbook. + "displayName": "A String", # Output only. The display name of the playbook. "playbook": "A String", # Required. The unique identifier of the playbook. Format: `projects//locations//agents//playbooks/`. "playbookInput": { # Input of the playbook. # Optional. Input of the child playbook invocation. "actionParameters": { # Optional. A list of input parameters for the action. @@ -628,6 +642,7 @@

Method Details

}, "toolUse": { # Stores metadata of the invocation of an action supported by a tool. # Optional. Action performed on behalf of the agent by calling a plugin tool. "action": "A String", # Optional. Name of the action to be called during the tool use. + "displayName": "A String", # Output only. The display name of the tool. "inputActionParameters": { # Optional. A list of input parameters for the action. "a_key": "", # Properties of the object. }, @@ -749,4 +764,93 @@

Method Details

+
+ restore(name, body=None, x__xgafv=None) +
Retrieves the specified version of the Playbook and stores it as the current playbook draft, returning the playbook with resources updated.
+
+Args:
+  name: string, Required. The name of the playbook version. Format: `projects//locations//agents//playbooks//versions/`. (required)
+  body: object, The request body.
+    The object takes the form of:
+
+{ # The request message for Playbooks.RestorePlaybookVersion.
+}
+
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
+
+Returns:
+  An object of the form:
+
+    { # The response message for Playbooks.RestorePlaybookVersion.
+  "playbook": { # Playbook is the basic building block to instruct the LLM how to execute a certain task. A playbook consists of a goal to accomplish, an optional list of step by step instructions (the step instruction may refers to name of the custom or default plugin tools to use) to perform the task, a list of contextual input data to be passed in at the beginning of the invoked, and a list of output parameters to store the playbook result. # The updated playbook.
+    "createTime": "A String", # Output only. The timestamp of initial playbook creation.
+    "displayName": "A String", # Required. The human-readable name of the playbook, unique within an agent.
+    "goal": "A String", # Required. High level description of the goal the playbook intend to accomplish.
+    "inputParameterDefinitions": [ # Optional. Defined structured input parameters for this playbook.
+      { # Defines the properties of a parameter. Used to define parameters used in the agent and the input / output parameters for each fulfillment.
+        "description": "A String", # Human-readable description of the parameter. Limited to 300 characters.
+        "name": "A String", # Required. Name of parameter.
+        "type": "A String", # Type of parameter.
+        "typeSchema": { # Encapsulates different type schema variations: either a reference to an a schema that's already defined by a tool, or an inline definition. # Optional. Type schema of parameter.
+          "inlineSchema": { # A type schema object that's specified inline. # Set if this is an inline schema definition.
+            "items": # Object with schema name: GoogleCloudDialogflowCxV3beta1TypeSchema # Schema of the elements if this is an ARRAY type.
+            "type": "A String", # Data type of the schema.
+          },
+          "schemaReference": { # A reference to the schema of an existing tool. # Set if this is a schema reference.
+            "schema": "A String", # The name of the schema.
+            "tool": "A String", # The tool that contains this schema definition. Format: `projects//locations//agents//tools/`.
+          },
+        },
+      },
+    ],
+    "instruction": { # Message of the Instruction of the playbook. # Instruction to accomplish target goal.
+      "steps": [ # Ordered list of step by step execution instructions to accomplish target goal.
+        { # Message of single step execution.
+          "steps": [ # Sub-processing needed to execute the current step.
+            # Object with schema name: GoogleCloudDialogflowCxV3beta1PlaybookStep
+          ],
+          "text": "A String", # Step instruction in text format.
+        },
+      ],
+    },
+    "llmModelSettings": { # Settings for LLM models. # Optional. Llm model settings for the playbook.
+      "model": "A String", # The selected LLM model.
+      "promptText": "A String", # The custom prompt to use.
+    },
+    "name": "A String", # The unique identifier of the playbook. Format: `projects//locations//agents//playbooks/`.
+    "outputParameterDefinitions": [ # Optional. Defined structured output parameters for this playbook.
+      { # Defines the properties of a parameter. Used to define parameters used in the agent and the input / output parameters for each fulfillment.
+        "description": "A String", # Human-readable description of the parameter. Limited to 300 characters.
+        "name": "A String", # Required. Name of parameter.
+        "type": "A String", # Type of parameter.
+        "typeSchema": { # Encapsulates different type schema variations: either a reference to an a schema that's already defined by a tool, or an inline definition. # Optional. Type schema of parameter.
+          "inlineSchema": { # A type schema object that's specified inline. # Set if this is an inline schema definition.
+            "items": # Object with schema name: GoogleCloudDialogflowCxV3beta1TypeSchema # Schema of the elements if this is an ARRAY type.
+            "type": "A String", # Data type of the schema.
+          },
+          "schemaReference": { # A reference to the schema of an existing tool. # Set if this is a schema reference.
+            "schema": "A String", # The name of the schema.
+            "tool": "A String", # The tool that contains this schema definition. Format: `projects//locations//agents//tools/`.
+          },
+        },
+      },
+    ],
+    "referencedFlows": [ # Output only. The resource name of flows referenced by the current playbook in the instructions.
+      "A String",
+    ],
+    "referencedPlaybooks": [ # Output only. The resource name of other playbooks referenced by the current playbook in the instructions.
+      "A String",
+    ],
+    "referencedTools": [ # Optional. The resource name of tools referenced by the current playbook in the instructions. If not provided explicitly, they are will be implied using the tool being referenced in goal and steps.
+      "A String",
+    ],
+    "tokenCount": "A String", # Output only. Estimated number of tokes current playbook takes when sent to the LLM.
+    "updateTime": "A String", # Output only. Last time the playbook version was updated.
+  },
+}
+
+ \ No newline at end of file diff --git a/docs/dyn/dialogflow_v3beta1.projects.locations.agents.sessions.html b/docs/dyn/dialogflow_v3beta1.projects.locations.agents.sessions.html index 64465c4c485..3e675924eff 100644 --- a/docs/dyn/dialogflow_v3beta1.projects.locations.agents.sessions.html +++ b/docs/dyn/dialogflow_v3beta1.projects.locations.agents.sessions.html @@ -2014,6 +2014,7 @@

Method Details

"text": "A String", # Required. Message content in text. }, "flowInvocation": { # Stores metadata of the invocation of a CX flow. # Optional. Action performed on behalf of the agent by invoking a CX flow. + "displayName": "A String", # Output only. The display name of the flow. "flow": "A String", # Required. The unique identifier of the flow. Format: `projects//locations//agents//flows/`. "flowState": "A String", # Required. Flow invocation's output state. "inputActionParameters": { # Optional. A list of input parameters for the flow. @@ -2024,6 +2025,7 @@

Method Details

}, }, "playbookInvocation": { # Stores metadata of the invocation of a child playbook. # Optional. Action performed on behalf of the agent by invoking a child playbook. + "displayName": "A String", # Output only. The display name of the playbook. "playbook": "A String", # Required. The unique identifier of the playbook. Format: `projects//locations//agents//playbooks/`. "playbookInput": { # Input of the playbook. # Optional. Input of the child playbook invocation. "actionParameters": { # Optional. A list of input parameters for the action. @@ -2041,6 +2043,7 @@

Method Details

}, "toolUse": { # Stores metadata of the invocation of an action supported by a tool. # Optional. Action performed on behalf of the agent by calling a plugin tool. "action": "A String", # Optional. Name of the action to be called during the tool use. + "displayName": "A String", # Output only. The display name of the tool. "inputActionParameters": { # Optional. A list of input parameters for the action. "a_key": "", # Properties of the object. }, @@ -4202,6 +4205,7 @@

Method Details

"text": "A String", # Required. Message content in text. }, "flowInvocation": { # Stores metadata of the invocation of a CX flow. # Optional. Action performed on behalf of the agent by invoking a CX flow. + "displayName": "A String", # Output only. The display name of the flow. "flow": "A String", # Required. The unique identifier of the flow. Format: `projects//locations//agents//flows/`. "flowState": "A String", # Required. Flow invocation's output state. "inputActionParameters": { # Optional. A list of input parameters for the flow. @@ -4212,6 +4216,7 @@

Method Details

}, }, "playbookInvocation": { # Stores metadata of the invocation of a child playbook. # Optional. Action performed on behalf of the agent by invoking a child playbook. + "displayName": "A String", # Output only. The display name of the playbook. "playbook": "A String", # Required. The unique identifier of the playbook. Format: `projects//locations//agents//playbooks/`. "playbookInput": { # Input of the playbook. # Optional. Input of the child playbook invocation. "actionParameters": { # Optional. A list of input parameters for the action. @@ -4229,6 +4234,7 @@

Method Details

}, "toolUse": { # Stores metadata of the invocation of an action supported by a tool. # Optional. Action performed on behalf of the agent by calling a plugin tool. "action": "A String", # Optional. Name of the action to be called during the tool use. + "displayName": "A String", # Output only. The display name of the tool. "inputActionParameters": { # Optional. A list of input parameters for the action. "a_key": "", # Properties of the object. }, @@ -7626,6 +7632,7 @@

Method Details

"text": "A String", # Required. Message content in text. }, "flowInvocation": { # Stores metadata of the invocation of a CX flow. # Optional. Action performed on behalf of the agent by invoking a CX flow. + "displayName": "A String", # Output only. The display name of the flow. "flow": "A String", # Required. The unique identifier of the flow. Format: `projects//locations//agents//flows/`. "flowState": "A String", # Required. Flow invocation's output state. "inputActionParameters": { # Optional. A list of input parameters for the flow. @@ -7636,6 +7643,7 @@

Method Details

}, }, "playbookInvocation": { # Stores metadata of the invocation of a child playbook. # Optional. Action performed on behalf of the agent by invoking a child playbook. + "displayName": "A String", # Output only. The display name of the playbook. "playbook": "A String", # Required. The unique identifier of the playbook. Format: `projects//locations//agents//playbooks/`. "playbookInput": { # Input of the playbook. # Optional. Input of the child playbook invocation. "actionParameters": { # Optional. A list of input parameters for the action. @@ -7653,6 +7661,7 @@

Method Details

}, "toolUse": { # Stores metadata of the invocation of an action supported by a tool. # Optional. Action performed on behalf of the agent by calling a plugin tool. "action": "A String", # Optional. Name of the action to be called during the tool use. + "displayName": "A String", # Output only. The display name of the tool. "inputActionParameters": { # Optional. A list of input parameters for the action. "a_key": "", # Properties of the object. }, diff --git a/docs/dyn/dialogflow_v3beta1.projects.locations.operations.html b/docs/dyn/dialogflow_v3beta1.projects.locations.operations.html index 0d3613cc537..0c7f9c86f4a 100644 --- a/docs/dyn/dialogflow_v3beta1.projects.locations.operations.html +++ b/docs/dyn/dialogflow_v3beta1.projects.locations.operations.html @@ -76,7 +76,7 @@

Dialogflow API . cancel(name, x__xgafv=None)

-

Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.

+

Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.

close()

Close httplib2 connections.

@@ -92,7 +92,7 @@

Instance Methods

Method Details

cancel(name, x__xgafv=None) -
Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
+  
Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.
 
 Args:
   name: string, The name of the operation resource to be cancelled. (required)
diff --git a/docs/dyn/dialogflow_v3beta1.projects.operations.html b/docs/dyn/dialogflow_v3beta1.projects.operations.html
index d50cb20529f..9e0465f5e62 100644
--- a/docs/dyn/dialogflow_v3beta1.projects.operations.html
+++ b/docs/dyn/dialogflow_v3beta1.projects.operations.html
@@ -76,7 +76,7 @@ 

Dialogflow API . cancel(name, x__xgafv=None)

-

Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.

+

Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.

close()

Close httplib2 connections.

@@ -92,7 +92,7 @@

Instance Methods

Method Details

cancel(name, x__xgafv=None) -
Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
+  
Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.
 
 Args:
   name: string, The name of the operation resource to be cancelled. (required)
diff --git a/googleapiclient/discovery_cache/documents/dialogflow.v2.json b/googleapiclient/discovery_cache/documents/dialogflow.v2.json
index a77072b2749..9b51d0ed1eb 100644
--- a/googleapiclient/discovery_cache/documents/dialogflow.v2.json
+++ b/googleapiclient/discovery_cache/documents/dialogflow.v2.json
@@ -8359,7 +8359,7 @@
 "operations": {
 "methods": {
 "cancel": {
-"description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.",
+"description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.",
 "flatPath": "v2/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}:cancel",
 "httpMethod": "POST",
 "id": "dialogflow.projects.locations.operations.cancel",
@@ -8554,7 +8554,7 @@
 "operations": {
 "methods": {
 "cancel": {
-"description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.",
+"description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.",
 "flatPath": "v2/projects/{projectsId}/operations/{operationsId}:cancel",
 "httpMethod": "POST",
 "id": "dialogflow.projects.operations.cancel",
@@ -8714,7 +8714,7 @@
 }
 }
 },
-"revision": "20241119",
+"revision": "20241212",
 "rootUrl": "https://dialogflow.googleapis.com/",
 "schemas": {
 "GoogleCloudDialogflowCxV3AdvancedSettings": {
@@ -9834,6 +9834,7 @@
 "properties": {
 "id": {
 "description": "Output only. The unique identifier of the training phrase.",
+"readOnly": true,
 "type": "string"
 },
 "parts": {
@@ -12141,6 +12142,7 @@
 "properties": {
 "id": {
 "description": "Output only. The unique identifier of the training phrase.",
+"readOnly": true,
 "type": "string"
 },
 "parts": {
@@ -17188,6 +17190,7 @@ true
 "properties": {
 "name": {
 "description": "Output only. The unique identifier of this training phrase.",
+"readOnly": true,
 "type": "string"
 },
 "parts": {
@@ -21180,6 +21183,7 @@ true
 "properties": {
 "name": {
 "description": "Output only. The unique identifier of this training phrase.",
+"readOnly": true,
 "type": "string"
 },
 "parts": {
diff --git a/googleapiclient/discovery_cache/documents/dialogflow.v2beta1.json b/googleapiclient/discovery_cache/documents/dialogflow.v2beta1.json
index b19d44496cd..8c68a317f60 100644
--- a/googleapiclient/discovery_cache/documents/dialogflow.v2beta1.json
+++ b/googleapiclient/discovery_cache/documents/dialogflow.v2beta1.json
@@ -7727,7 +7727,7 @@
 "operations": {
 "methods": {
 "cancel": {
-"description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.",
+"description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.",
 "flatPath": "v2beta1/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}:cancel",
 "httpMethod": "POST",
 "id": "dialogflow.projects.locations.operations.cancel",
@@ -8079,7 +8079,7 @@
 "operations": {
 "methods": {
 "cancel": {
-"description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.",
+"description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.",
 "flatPath": "v2beta1/projects/{projectsId}/operations/{operationsId}:cancel",
 "httpMethod": "POST",
 "id": "dialogflow.projects.operations.cancel",
@@ -8239,7 +8239,7 @@
 }
 }
 },
-"revision": "20241119",
+"revision": "20241212",
 "rootUrl": "https://dialogflow.googleapis.com/",
 "schemas": {
 "GoogleCloudDialogflowCxV3AdvancedSettings": {
@@ -9359,6 +9359,7 @@
 "properties": {
 "id": {
 "description": "Output only. The unique identifier of the training phrase.",
+"readOnly": true,
 "type": "string"
 },
 "parts": {
@@ -11666,6 +11667,7 @@
 "properties": {
 "id": {
 "description": "Output only. The unique identifier of the training phrase.",
+"readOnly": true,
 "type": "string"
 },
 "parts": {
@@ -14482,6 +14484,7 @@
 "properties": {
 "name": {
 "description": "Output only. The unique identifier of this training phrase.",
+"readOnly": true,
 "type": "string"
 },
 "parts": {
@@ -19149,6 +19152,7 @@ true
 "properties": {
 "name": {
 "description": "Output only. The unique identifier of this training phrase.",
+"readOnly": true,
 "type": "string"
 },
 "parts": {
diff --git a/googleapiclient/discovery_cache/documents/dialogflow.v3.json b/googleapiclient/discovery_cache/documents/dialogflow.v3.json
index 677d59332a1..e277c5a9466 100644
--- a/googleapiclient/discovery_cache/documents/dialogflow.v3.json
+++ b/googleapiclient/discovery_cache/documents/dialogflow.v3.json
@@ -4098,7 +4098,7 @@
 "operations": {
 "methods": {
 "cancel": {
-"description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.",
+"description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.",
 "flatPath": "v3/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}:cancel",
 "httpMethod": "POST",
 "id": "dialogflow.projects.locations.operations.cancel",
@@ -4355,7 +4355,7 @@
 "operations": {
 "methods": {
 "cancel": {
-"description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.",
+"description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.",
 "flatPath": "v3/projects/{projectsId}/operations/{operationsId}:cancel",
 "httpMethod": "POST",
 "id": "dialogflow.projects.operations.cancel",
@@ -4453,7 +4453,7 @@
 }
 }
 },
-"revision": "20241119",
+"revision": "20241212",
 "rootUrl": "https://dialogflow.googleapis.com/",
 "schemas": {
 "GoogleCloudDialogflowCxV3AdvancedSettings": {
@@ -7471,6 +7471,7 @@ false
 "properties": {
 "id": {
 "description": "Output only. The unique identifier of the training phrase.",
+"readOnly": true,
 "type": "string"
 },
 "parts": {
@@ -11371,6 +11372,7 @@ false
 "properties": {
 "id": {
 "description": "Output only. The unique identifier of the training phrase.",
+"readOnly": true,
 "type": "string"
 },
 "parts": {
@@ -14187,6 +14189,7 @@ false
 "properties": {
 "name": {
 "description": "Output only. The unique identifier of this training phrase.",
+"readOnly": true,
 "type": "string"
 },
 "parts": {
@@ -16563,6 +16566,7 @@ true
 "properties": {
 "name": {
 "description": "Output only. The unique identifier of this training phrase.",
+"readOnly": true,
 "type": "string"
 },
 "parts": {
diff --git a/googleapiclient/discovery_cache/documents/dialogflow.v3beta1.json b/googleapiclient/discovery_cache/documents/dialogflow.v3beta1.json
index b563eb316d8..9f03710e673 100644
--- a/googleapiclient/discovery_cache/documents/dialogflow.v3beta1.json
+++ b/googleapiclient/discovery_cache/documents/dialogflow.v3beta1.json
@@ -3188,6 +3188,35 @@
 "https://www.googleapis.com/auth/dialogflow"
 ]
 },
+"export": {
+"description": "Exports the specified playbook to a binary file. Note that resources (e.g. examples, tools) that the playbook references will also be exported.",
+"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/playbooks/{playbooksId}:export",
+"httpMethod": "POST",
+"id": "dialogflow.projects.locations.agents.playbooks.export",
+"parameterOrder": [
+"name"
+],
+"parameters": {
+"name": {
+"description": "Required. The name of the playbook to export. Format: `projects//locations//agents//playbooks/`.",
+"location": "path",
+"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/playbooks/[^/]+$",
+"required": true,
+"type": "string"
+}
+},
+"path": "v3beta1/{+name}:export",
+"request": {
+"$ref": "GoogleCloudDialogflowCxV3beta1ExportPlaybookRequest"
+},
+"response": {
+"$ref": "GoogleLongrunningOperation"
+},
+"scopes": [
+"https://www.googleapis.com/auth/cloud-platform",
+"https://www.googleapis.com/auth/dialogflow"
+]
+},
 "get": {
 "description": "Retrieves the specified Playbook.",
 "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/playbooks/{playbooksId}",
@@ -3214,6 +3243,35 @@
 "https://www.googleapis.com/auth/dialogflow"
 ]
 },
+"import": {
+"description": "Imports the specified playbook to the specified agent from a binary file.",
+"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/playbooks:import",
+"httpMethod": "POST",
+"id": "dialogflow.projects.locations.agents.playbooks.import",
+"parameterOrder": [
+"parent"
+],
+"parameters": {
+"parent": {
+"description": "Required. The agent to import the playbook into. Format: `projects//locations//agents/`.",
+"location": "path",
+"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+$",
+"required": true,
+"type": "string"
+}
+},
+"path": "v3beta1/{+parent}/playbooks:import",
+"request": {
+"$ref": "GoogleCloudDialogflowCxV3beta1ImportPlaybookRequest"
+},
+"response": {
+"$ref": "GoogleLongrunningOperation"
+},
+"scopes": [
+"https://www.googleapis.com/auth/cloud-platform",
+"https://www.googleapis.com/auth/dialogflow"
+]
+},
 "list": {
 "description": "Returns a list of playbooks in the specified agent.",
 "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/playbooks",
@@ -3569,6 +3627,35 @@
 "https://www.googleapis.com/auth/cloud-platform",
 "https://www.googleapis.com/auth/dialogflow"
 ]
+},
+"restore": {
+"description": "Retrieves the specified version of the Playbook and stores it as the current playbook draft, returning the playbook with resources updated.",
+"flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}/playbooks/{playbooksId}/versions/{versionsId}:restore",
+"httpMethod": "POST",
+"id": "dialogflow.projects.locations.agents.playbooks.versions.restore",
+"parameterOrder": [
+"name"
+],
+"parameters": {
+"name": {
+"description": "Required. The name of the playbook version. Format: `projects//locations//agents//playbooks//versions/`.",
+"location": "path",
+"pattern": "^projects/[^/]+/locations/[^/]+/agents/[^/]+/playbooks/[^/]+/versions/[^/]+$",
+"required": true,
+"type": "string"
+}
+},
+"path": "v3beta1/{+name}:restore",
+"request": {
+"$ref": "GoogleCloudDialogflowCxV3beta1RestorePlaybookVersionRequest"
+},
+"response": {
+"$ref": "GoogleCloudDialogflowCxV3beta1RestorePlaybookVersionResponse"
+},
+"scopes": [
+"https://www.googleapis.com/auth/cloud-platform",
+"https://www.googleapis.com/auth/dialogflow"
+]
 }
 }
 }
@@ -4830,7 +4917,7 @@
 "operations": {
 "methods": {
 "cancel": {
-"description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.",
+"description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.",
 "flatPath": "v3beta1/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}:cancel",
 "httpMethod": "POST",
 "id": "dialogflow.projects.locations.operations.cancel",
@@ -5087,7 +5174,7 @@
 "operations": {
 "methods": {
 "cancel": {
-"description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.",
+"description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.",
 "flatPath": "v3beta1/projects/{projectsId}/operations/{operationsId}:cancel",
 "httpMethod": "POST",
 "id": "dialogflow.projects.operations.cancel",
@@ -5185,7 +5272,7 @@
 }
 }
 },
-"revision": "20241119",
+"revision": "20241212",
 "rootUrl": "https://dialogflow.googleapis.com/",
 "schemas": {
 "GoogleCloudDialogflowCxV3AdvancedSettings": {
@@ -6305,6 +6392,7 @@
 "properties": {
 "id": {
 "description": "Output only. The unique identifier of the training phrase.",
+"readOnly": true,
 "type": "string"
 },
 "parts": {
@@ -8345,6 +8433,10 @@
 "description": "Represents an interaction between an end user and a Dialogflow CX agent using V3 (Streaming)DetectIntent API, or an interaction between an end user and a Dialogflow CX agent using V2 (Streaming)AnalyzeContent API.",
 "id": "GoogleCloudDialogflowCxV3beta1ConversationInteraction",
 "properties": {
+"answerFeedback": {
+"$ref": "GoogleCloudDialogflowCxV3beta1AnswerFeedback",
+"description": "Answer feedback for the final response."
+},
 "createTime": {
 "description": "The time that the interaction was created.",
 "format": "google-datetime",
@@ -9821,6 +9913,31 @@
 },
 "type": "object"
 },
+"GoogleCloudDialogflowCxV3beta1ExportPlaybookRequest": {
+"description": "The request message for Playbooks.ExportPlaybook.",
+"id": "GoogleCloudDialogflowCxV3beta1ExportPlaybookRequest",
+"properties": {
+"dataFormat": {
+"description": "Optional. The data format of the exported agent. If not specified, `BLOB` is assumed.",
+"enum": [
+"DATA_FORMAT_UNSPECIFIED",
+"BLOB",
+"JSON"
+],
+"enumDescriptions": [
+"Unspecified format.",
+"Flow content will be exported as raw bytes.",
+"Flow content will be exported in JSON format."
+],
+"type": "string"
+},
+"playbookUri": {
+"description": "Optional. The [Google Cloud Storage](https://cloud.google.com/storage/docs/) URI to export the playbook to. The format of this URI must be `gs:///`. If left unspecified, the serialized playbook is returned inline. Dialogflow performs a write operation for the Cloud Storage object on the caller's behalf, so your request authentication must have write permissions for the object. For more information, see [Dialogflow access control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).",
+"type": "string"
+}
+},
+"type": "object"
+},
 "GoogleCloudDialogflowCxV3beta1ExportTestCasesMetadata": {
 "description": "Metadata returned for the TestCases.ExportTestCases long running operation. This message currently has no fields.",
 "id": "GoogleCloudDialogflowCxV3beta1ExportTestCasesMetadata",
@@ -10017,6 +10134,11 @@
 "description": "Stores metadata of the invocation of a CX flow.",
 "id": "GoogleCloudDialogflowCxV3beta1FlowInvocation",
 "properties": {
+"displayName": {
+"description": "Output only. The display name of the flow.",
+"readOnly": true,
+"type": "string"
+},
 "flow": {
 "description": "Required. The unique identifier of the flow. Format: `projects//locations//agents//flows/`.",
 "type": "string"
@@ -10749,6 +10871,26 @@ false
 },
 "type": "object"
 },
+"GoogleCloudDialogflowCxV3beta1ImportPlaybookRequest": {
+"description": "The request message for Playbooks.ImportPlaybook.",
+"id": "GoogleCloudDialogflowCxV3beta1ImportPlaybookRequest",
+"properties": {
+"importStrategy": {
+"$ref": "GoogleCloudDialogflowCxV3beta1PlaybookImportStrategy",
+"description": "Optional. Specifies the import strategy used when resolving resource conflicts."
+},
+"playbookContent": {
+"description": "Uncompressed raw byte content for playbook.",
+"format": "byte",
+"type": "string"
+},
+"playbookUri": {
+"description": "[Dialogflow access control] (https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).",
+"type": "string"
+}
+},
+"type": "object"
+},
 "GoogleCloudDialogflowCxV3beta1ImportTestCasesMetadata": {
 "description": "Metadata returned for the TestCases.ImportTestCases long running operation.",
 "id": "GoogleCloudDialogflowCxV3beta1ImportTestCasesMetadata",
@@ -11051,6 +11193,7 @@ false
 "properties": {
 "id": {
 "description": "Output only. The unique identifier of the training phrase.",
+"readOnly": true,
 "type": "string"
 },
 "parts": {
@@ -12043,6 +12186,73 @@ false
 },
 "type": "object"
 },
+"GoogleCloudDialogflowCxV3beta1PlaybookImportStrategy": {
+"description": "The playbook import strategy used for resource conflict resolution associated with an ImportPlaybookRequest.",
+"id": "GoogleCloudDialogflowCxV3beta1PlaybookImportStrategy",
+"properties": {
+"mainPlaybookImportStrategy": {
+"description": "Optional. Specifies the import strategy used when resolving conflicts with the main playbook. If not specified, 'CREATE_NEW' is assumed.",
+"enum": [
+"IMPORT_STRATEGY_UNSPECIFIED",
+"IMPORT_STRATEGY_CREATE_NEW",
+"IMPORT_STRATEGY_REPLACE",
+"IMPORT_STRATEGY_KEEP",
+"IMPORT_STRATEGY_MERGE",
+"IMPORT_STRATEGY_THROW_ERROR"
+],
+"enumDescriptions": [
+"Unspecified. Treated as 'CREATE_NEW'.",
+"Create a new resource with a numeric suffix appended to the end of the existing display name.",
+"Replace existing resource with incoming resource in the content to be imported.",
+"Keep existing resource and discard incoming resource in the content to be imported.",
+"Combine existing and incoming resources when a conflict is encountered.",
+"Throw error if a conflict is encountered."
+],
+"type": "string"
+},
+"nestedResourceImportStrategy": {
+"description": "Optional. Specifies the import strategy used when resolving referenced playbook/flow conflicts. If not specified, 'CREATE_NEW' is assumed.",
+"enum": [
+"IMPORT_STRATEGY_UNSPECIFIED",
+"IMPORT_STRATEGY_CREATE_NEW",
+"IMPORT_STRATEGY_REPLACE",
+"IMPORT_STRATEGY_KEEP",
+"IMPORT_STRATEGY_MERGE",
+"IMPORT_STRATEGY_THROW_ERROR"
+],
+"enumDescriptions": [
+"Unspecified. Treated as 'CREATE_NEW'.",
+"Create a new resource with a numeric suffix appended to the end of the existing display name.",
+"Replace existing resource with incoming resource in the content to be imported.",
+"Keep existing resource and discard incoming resource in the content to be imported.",
+"Combine existing and incoming resources when a conflict is encountered.",
+"Throw error if a conflict is encountered."
+],
+"type": "string"
+},
+"toolImportStrategy": {
+"description": "Optional. Specifies the import strategy used when resolving tool conflicts. If not specified, 'CREATE_NEW' is assumed. This will be applied after the main playbook and nested resource import strategies, meaning if the playbook that references the tool is skipped, the tool will also be skipped.",
+"enum": [
+"IMPORT_STRATEGY_UNSPECIFIED",
+"IMPORT_STRATEGY_CREATE_NEW",
+"IMPORT_STRATEGY_REPLACE",
+"IMPORT_STRATEGY_KEEP",
+"IMPORT_STRATEGY_MERGE",
+"IMPORT_STRATEGY_THROW_ERROR"
+],
+"enumDescriptions": [
+"Unspecified. Treated as 'CREATE_NEW'.",
+"Create a new resource with a numeric suffix appended to the end of the existing display name.",
+"Replace existing resource with incoming resource in the content to be imported.",
+"Keep existing resource and discard incoming resource in the content to be imported.",
+"Combine existing and incoming resources when a conflict is encountered.",
+"Throw error if a conflict is encountered."
+],
+"type": "string"
+}
+},
+"type": "object"
+},
 "GoogleCloudDialogflowCxV3beta1PlaybookInput": {
 "description": "Input of the playbook.",
 "id": "GoogleCloudDialogflowCxV3beta1PlaybookInput",
@@ -12080,6 +12290,11 @@ false
 "description": "Stores metadata of the invocation of a child playbook.",
 "id": "GoogleCloudDialogflowCxV3beta1PlaybookInvocation",
 "properties": {
+"displayName": {
+"description": "Output only. The display name of the playbook.",
+"readOnly": true,
+"type": "string"
+},
 "playbook": {
 "description": "Required. The unique identifier of the playbook. Format: `projects//locations//agents//playbooks/`.",
 "type": "string"
@@ -12726,6 +12941,23 @@ false
 },
 "type": "object"
 },
+"GoogleCloudDialogflowCxV3beta1RestorePlaybookVersionRequest": {
+"description": "The request message for Playbooks.RestorePlaybookVersion.",
+"id": "GoogleCloudDialogflowCxV3beta1RestorePlaybookVersionRequest",
+"properties": {},
+"type": "object"
+},
+"GoogleCloudDialogflowCxV3beta1RestorePlaybookVersionResponse": {
+"description": "The response message for Playbooks.RestorePlaybookVersion.",
+"id": "GoogleCloudDialogflowCxV3beta1RestorePlaybookVersionResponse",
+"properties": {
+"playbook": {
+"$ref": "GoogleCloudDialogflowCxV3beta1Playbook",
+"description": "The updated playbook."
+}
+},
+"type": "object"
+},
 "GoogleCloudDialogflowCxV3beta1RolloutConfig": {
 "description": "The configuration for auto rollout.",
 "id": "GoogleCloudDialogflowCxV3beta1RolloutConfig",
@@ -13757,6 +13989,11 @@ false
 "description": "Optional. Name of the action to be called during the tool use.",
 "type": "string"
 },
+"displayName": {
+"description": "Output only. The display name of the tool.",
+"readOnly": true,
+"type": "string"
+},
 "inputActionParameters": {
 "additionalProperties": {
 "description": "Properties of the object.",
@@ -16257,6 +16494,7 @@ false
 "properties": {
 "name": {
 "description": "Output only. The unique identifier of this training phrase.",
+"readOnly": true,
 "type": "string"
 },
 "parts": {
@@ -18633,6 +18871,7 @@ true
 "properties": {
 "name": {
 "description": "Output only. The unique identifier of this training phrase.",
+"readOnly": true,
 "type": "string"
 },
 "parts": {