chore: update docs/dyn , add static discovery files to discovery_cache/documents (#1111)

This PR was generated using Autosynth. :rainbow:

Synth log will be available here:
https://source.cloud.google.com/results/invocations/78f53313-0c78-4a29-8841-f031665a4c6a/targets

- [ ] To automatically regenerate this PR, check this box.

Source-Link: https://github.com/googleapis/synthtool/commit/c2de32114ec484aa708d32012d1fa8d75232daf5
diff --git a/docs/dyn/dialogflow_v3beta1.projects.locations.agents.webhooks.html b/docs/dyn/dialogflow_v3beta1.projects.locations.agents.webhooks.html
index dbf5087..835f3e6 100644
--- a/docs/dyn/dialogflow_v3beta1.projects.locations.agents.webhooks.html
+++ b/docs/dyn/dialogflow_v3beta1.projects.locations.agents.webhooks.html
@@ -111,19 +111,19 @@
     The object takes the form of:
 
 { # Webhooks host the developer's business logic. During a session, webhooks allow the developer to use the data extracted by Dialogflow's natural language processing to generate dynamic responses, validate collected data, or trigger actions on the backend.
-  "displayName": "A String", # Required. The human-readable name of the webhook, unique within the agent.
-  "disabled": True or False, # Indicates whether the webhook is disabled.
-  "name": "A String", # The unique identifier of the webhook. Required for the Webhooks.UpdateWebhook method. Webhooks.CreateWebhook populates the name automatically. Format: `projects//locations//agents//webhooks/`.
-  "genericWebService": { # Represents configuration for a generic web service. # Configuration for a generic web service.
-    "password": "A String", # The password for HTTP Basic authentication.
-    "uri": "A String", # Required. The webhook URI for receiving POST requests. It must use https protocol.
-    "requestHeaders": { # The HTTP request headers to send together with webhook requests.
-      "a_key": "A String",
+    "displayName": "A String", # Required. The human-readable name of the webhook, unique within the agent.
+    "name": "A String", # The unique identifier of the webhook. Required for the Webhooks.UpdateWebhook method. Webhooks.CreateWebhook populates the name automatically. Format: `projects//locations//agents//webhooks/`.
+    "timeout": "A String", # Webhook execution timeout. Execution is considered failed if Dialogflow doesn't receive a response from webhook at the end of the timeout period. Defaults to 5 seconds, maximum allowed timeout is 30 seconds.
+    "disabled": True or False, # Indicates whether the webhook is disabled.
+    "genericWebService": { # Represents configuration for a generic web service. # Configuration for a generic web service.
+      "username": "A String", # The user name for HTTP Basic authentication.
+      "password": "A String", # The password for HTTP Basic authentication.
+      "requestHeaders": { # The HTTP request headers to send together with webhook requests.
+        "a_key": "A String",
+      },
+      "uri": "A String", # Required. The webhook URI for receiving POST requests. It must use https protocol.
     },
-    "username": "A String", # The user name for HTTP Basic authentication.
-  },
-  "timeout": "A String", # Webhook execution timeout. Execution is considered failed if Dialogflow doesn't receive a response from webhook at the end of the timeout period. Defaults to 5 seconds, maximum allowed timeout is 30 seconds.
-}
+  }
 
   x__xgafv: string, V1 error format.
     Allowed values
@@ -134,19 +134,19 @@
   An object of the form:
 
     { # Webhooks host the developer's business logic. During a session, webhooks allow the developer to use the data extracted by Dialogflow's natural language processing to generate dynamic responses, validate collected data, or trigger actions on the backend.
-    "displayName": "A String", # Required. The human-readable name of the webhook, unique within the agent.
-    "disabled": True or False, # Indicates whether the webhook is disabled.
-    "name": "A String", # The unique identifier of the webhook. Required for the Webhooks.UpdateWebhook method. Webhooks.CreateWebhook populates the name automatically. Format: `projects//locations//agents//webhooks/`.
-    "genericWebService": { # Represents configuration for a generic web service. # Configuration for a generic web service.
-      "password": "A String", # The password for HTTP Basic authentication.
-      "uri": "A String", # Required. The webhook URI for receiving POST requests. It must use https protocol.
-      "requestHeaders": { # The HTTP request headers to send together with webhook requests.
-        "a_key": "A String",
+      "displayName": "A String", # Required. The human-readable name of the webhook, unique within the agent.
+      "name": "A String", # The unique identifier of the webhook. Required for the Webhooks.UpdateWebhook method. Webhooks.CreateWebhook populates the name automatically. Format: `projects//locations//agents//webhooks/`.
+      "timeout": "A String", # Webhook execution timeout. Execution is considered failed if Dialogflow doesn't receive a response from webhook at the end of the timeout period. Defaults to 5 seconds, maximum allowed timeout is 30 seconds.
+      "disabled": True or False, # Indicates whether the webhook is disabled.
+      "genericWebService": { # Represents configuration for a generic web service. # Configuration for a generic web service.
+        "username": "A String", # The user name for HTTP Basic authentication.
+        "password": "A String", # The password for HTTP Basic authentication.
+        "requestHeaders": { # The HTTP request headers to send together with webhook requests.
+          "a_key": "A String",
+        },
+        "uri": "A String", # Required. The webhook URI for receiving POST requests. It must use https protocol.
       },
-      "username": "A String", # The user name for HTTP Basic authentication.
-    },
-    "timeout": "A String", # Webhook execution timeout. Execution is considered failed if Dialogflow doesn't receive a response from webhook at the end of the timeout period. Defaults to 5 seconds, maximum allowed timeout is 30 seconds.
-  }</pre>
+    }</pre>
 </div>
 
 <div class="method">
@@ -183,19 +183,19 @@
   An object of the form:
 
     { # Webhooks host the developer&#x27;s business logic. During a session, webhooks allow the developer to use the data extracted by Dialogflow&#x27;s natural language processing to generate dynamic responses, validate collected data, or trigger actions on the backend.
-    &quot;displayName&quot;: &quot;A String&quot;, # Required. The human-readable name of the webhook, unique within the agent.
-    &quot;disabled&quot;: True or False, # Indicates whether the webhook is disabled.
-    &quot;name&quot;: &quot;A String&quot;, # The unique identifier of the webhook. Required for the Webhooks.UpdateWebhook method. Webhooks.CreateWebhook populates the name automatically. Format: `projects//locations//agents//webhooks/`.
-    &quot;genericWebService&quot;: { # Represents configuration for a generic web service. # Configuration for a generic web service.
-      &quot;password&quot;: &quot;A String&quot;, # The password for HTTP Basic authentication.
-      &quot;uri&quot;: &quot;A String&quot;, # Required. The webhook URI for receiving POST requests. It must use https protocol.
-      &quot;requestHeaders&quot;: { # The HTTP request headers to send together with webhook requests.
-        &quot;a_key&quot;: &quot;A String&quot;,
+      &quot;displayName&quot;: &quot;A String&quot;, # Required. The human-readable name of the webhook, unique within the agent.
+      &quot;name&quot;: &quot;A String&quot;, # The unique identifier of the webhook. Required for the Webhooks.UpdateWebhook method. Webhooks.CreateWebhook populates the name automatically. Format: `projects//locations//agents//webhooks/`.
+      &quot;timeout&quot;: &quot;A String&quot;, # Webhook execution timeout. Execution is considered failed if Dialogflow doesn&#x27;t receive a response from webhook at the end of the timeout period. Defaults to 5 seconds, maximum allowed timeout is 30 seconds.
+      &quot;disabled&quot;: True or False, # Indicates whether the webhook is disabled.
+      &quot;genericWebService&quot;: { # Represents configuration for a generic web service. # Configuration for a generic web service.
+        &quot;username&quot;: &quot;A String&quot;, # The user name for HTTP Basic authentication.
+        &quot;password&quot;: &quot;A String&quot;, # The password for HTTP Basic authentication.
+        &quot;requestHeaders&quot;: { # The HTTP request headers to send together with webhook requests.
+          &quot;a_key&quot;: &quot;A String&quot;,
+        },
+        &quot;uri&quot;: &quot;A String&quot;, # Required. The webhook URI for receiving POST requests. It must use https protocol.
       },
-      &quot;username&quot;: &quot;A String&quot;, # The user name for HTTP Basic authentication.
-    },
-    &quot;timeout&quot;: &quot;A String&quot;, # Webhook execution timeout. Execution is considered failed if Dialogflow doesn&#x27;t receive a response from webhook at the end of the timeout period. Defaults to 5 seconds, maximum allowed timeout is 30 seconds.
-  }</pre>
+    }</pre>
 </div>
 
 <div class="method">
@@ -218,19 +218,19 @@
     &quot;nextPageToken&quot;: &quot;A String&quot;, # Token to retrieve the next page of results, or empty if there are no more results in the list.
     &quot;webhooks&quot;: [ # The list of webhooks. There will be a maximum number of items returned based on the page_size field in the request.
       { # Webhooks host the developer&#x27;s business logic. During a session, webhooks allow the developer to use the data extracted by Dialogflow&#x27;s natural language processing to generate dynamic responses, validate collected data, or trigger actions on the backend.
-        &quot;displayName&quot;: &quot;A String&quot;, # Required. The human-readable name of the webhook, unique within the agent.
-        &quot;disabled&quot;: True or False, # Indicates whether the webhook is disabled.
-        &quot;name&quot;: &quot;A String&quot;, # The unique identifier of the webhook. Required for the Webhooks.UpdateWebhook method. Webhooks.CreateWebhook populates the name automatically. Format: `projects//locations//agents//webhooks/`.
-        &quot;genericWebService&quot;: { # Represents configuration for a generic web service. # Configuration for a generic web service.
-          &quot;password&quot;: &quot;A String&quot;, # The password for HTTP Basic authentication.
-          &quot;uri&quot;: &quot;A String&quot;, # Required. The webhook URI for receiving POST requests. It must use https protocol.
-          &quot;requestHeaders&quot;: { # The HTTP request headers to send together with webhook requests.
-            &quot;a_key&quot;: &quot;A String&quot;,
+          &quot;displayName&quot;: &quot;A String&quot;, # Required. The human-readable name of the webhook, unique within the agent.
+          &quot;name&quot;: &quot;A String&quot;, # The unique identifier of the webhook. Required for the Webhooks.UpdateWebhook method. Webhooks.CreateWebhook populates the name automatically. Format: `projects//locations//agents//webhooks/`.
+          &quot;timeout&quot;: &quot;A String&quot;, # Webhook execution timeout. Execution is considered failed if Dialogflow doesn&#x27;t receive a response from webhook at the end of the timeout period. Defaults to 5 seconds, maximum allowed timeout is 30 seconds.
+          &quot;disabled&quot;: True or False, # Indicates whether the webhook is disabled.
+          &quot;genericWebService&quot;: { # Represents configuration for a generic web service. # Configuration for a generic web service.
+            &quot;username&quot;: &quot;A String&quot;, # The user name for HTTP Basic authentication.
+            &quot;password&quot;: &quot;A String&quot;, # The password for HTTP Basic authentication.
+            &quot;requestHeaders&quot;: { # The HTTP request headers to send together with webhook requests.
+              &quot;a_key&quot;: &quot;A String&quot;,
+            },
+            &quot;uri&quot;: &quot;A String&quot;, # Required. The webhook URI for receiving POST requests. It must use https protocol.
           },
-          &quot;username&quot;: &quot;A String&quot;, # The user name for HTTP Basic authentication.
         },
-        &quot;timeout&quot;: &quot;A String&quot;, # Webhook execution timeout. Execution is considered failed if Dialogflow doesn&#x27;t receive a response from webhook at the end of the timeout period. Defaults to 5 seconds, maximum allowed timeout is 30 seconds.
-      },
     ],
   }</pre>
 </div>
@@ -259,19 +259,19 @@
     The object takes the form of:
 
 { # Webhooks host the developer&#x27;s business logic. During a session, webhooks allow the developer to use the data extracted by Dialogflow&#x27;s natural language processing to generate dynamic responses, validate collected data, or trigger actions on the backend.
-  &quot;displayName&quot;: &quot;A String&quot;, # Required. The human-readable name of the webhook, unique within the agent.
-  &quot;disabled&quot;: True or False, # Indicates whether the webhook is disabled.
-  &quot;name&quot;: &quot;A String&quot;, # The unique identifier of the webhook. Required for the Webhooks.UpdateWebhook method. Webhooks.CreateWebhook populates the name automatically. Format: `projects//locations//agents//webhooks/`.
-  &quot;genericWebService&quot;: { # Represents configuration for a generic web service. # Configuration for a generic web service.
-    &quot;password&quot;: &quot;A String&quot;, # The password for HTTP Basic authentication.
-    &quot;uri&quot;: &quot;A String&quot;, # Required. The webhook URI for receiving POST requests. It must use https protocol.
-    &quot;requestHeaders&quot;: { # The HTTP request headers to send together with webhook requests.
-      &quot;a_key&quot;: &quot;A String&quot;,
+    &quot;displayName&quot;: &quot;A String&quot;, # Required. The human-readable name of the webhook, unique within the agent.
+    &quot;name&quot;: &quot;A String&quot;, # The unique identifier of the webhook. Required for the Webhooks.UpdateWebhook method. Webhooks.CreateWebhook populates the name automatically. Format: `projects//locations//agents//webhooks/`.
+    &quot;timeout&quot;: &quot;A String&quot;, # Webhook execution timeout. Execution is considered failed if Dialogflow doesn&#x27;t receive a response from webhook at the end of the timeout period. Defaults to 5 seconds, maximum allowed timeout is 30 seconds.
+    &quot;disabled&quot;: True or False, # Indicates whether the webhook is disabled.
+    &quot;genericWebService&quot;: { # Represents configuration for a generic web service. # Configuration for a generic web service.
+      &quot;username&quot;: &quot;A String&quot;, # The user name for HTTP Basic authentication.
+      &quot;password&quot;: &quot;A String&quot;, # The password for HTTP Basic authentication.
+      &quot;requestHeaders&quot;: { # The HTTP request headers to send together with webhook requests.
+        &quot;a_key&quot;: &quot;A String&quot;,
+      },
+      &quot;uri&quot;: &quot;A String&quot;, # Required. The webhook URI for receiving POST requests. It must use https protocol.
     },
-    &quot;username&quot;: &quot;A String&quot;, # The user name for HTTP Basic authentication.
-  },
-  &quot;timeout&quot;: &quot;A String&quot;, # Webhook execution timeout. Execution is considered failed if Dialogflow doesn&#x27;t receive a response from webhook at the end of the timeout period. Defaults to 5 seconds, maximum allowed timeout is 30 seconds.
-}
+  }
 
   updateMask: string, The mask to control which fields get updated. If the mask is not present, all fields will be updated.
   x__xgafv: string, V1 error format.
@@ -283,19 +283,19 @@
   An object of the form:
 
     { # Webhooks host the developer&#x27;s business logic. During a session, webhooks allow the developer to use the data extracted by Dialogflow&#x27;s natural language processing to generate dynamic responses, validate collected data, or trigger actions on the backend.
-    &quot;displayName&quot;: &quot;A String&quot;, # Required. The human-readable name of the webhook, unique within the agent.
-    &quot;disabled&quot;: True or False, # Indicates whether the webhook is disabled.
-    &quot;name&quot;: &quot;A String&quot;, # The unique identifier of the webhook. Required for the Webhooks.UpdateWebhook method. Webhooks.CreateWebhook populates the name automatically. Format: `projects//locations//agents//webhooks/`.
-    &quot;genericWebService&quot;: { # Represents configuration for a generic web service. # Configuration for a generic web service.
-      &quot;password&quot;: &quot;A String&quot;, # The password for HTTP Basic authentication.
-      &quot;uri&quot;: &quot;A String&quot;, # Required. The webhook URI for receiving POST requests. It must use https protocol.
-      &quot;requestHeaders&quot;: { # The HTTP request headers to send together with webhook requests.
-        &quot;a_key&quot;: &quot;A String&quot;,
+      &quot;displayName&quot;: &quot;A String&quot;, # Required. The human-readable name of the webhook, unique within the agent.
+      &quot;name&quot;: &quot;A String&quot;, # The unique identifier of the webhook. Required for the Webhooks.UpdateWebhook method. Webhooks.CreateWebhook populates the name automatically. Format: `projects//locations//agents//webhooks/`.
+      &quot;timeout&quot;: &quot;A String&quot;, # Webhook execution timeout. Execution is considered failed if Dialogflow doesn&#x27;t receive a response from webhook at the end of the timeout period. Defaults to 5 seconds, maximum allowed timeout is 30 seconds.
+      &quot;disabled&quot;: True or False, # Indicates whether the webhook is disabled.
+      &quot;genericWebService&quot;: { # Represents configuration for a generic web service. # Configuration for a generic web service.
+        &quot;username&quot;: &quot;A String&quot;, # The user name for HTTP Basic authentication.
+        &quot;password&quot;: &quot;A String&quot;, # The password for HTTP Basic authentication.
+        &quot;requestHeaders&quot;: { # The HTTP request headers to send together with webhook requests.
+          &quot;a_key&quot;: &quot;A String&quot;,
+        },
+        &quot;uri&quot;: &quot;A String&quot;, # Required. The webhook URI for receiving POST requests. It must use https protocol.
       },
-      &quot;username&quot;: &quot;A String&quot;, # The user name for HTTP Basic authentication.
-    },
-    &quot;timeout&quot;: &quot;A String&quot;, # Webhook execution timeout. Execution is considered failed if Dialogflow doesn&#x27;t receive a response from webhook at the end of the timeout period. Defaults to 5 seconds, maximum allowed timeout is 30 seconds.
-  }</pre>
+    }</pre>
 </div>
 
 </body></html>
\ No newline at end of file