docs: update generated docs (#981)
diff --git a/docs/dyn/dialogflow_v2beta1.projects.knowledgeBases.html b/docs/dyn/dialogflow_v2beta1.projects.knowledgeBases.html
index bc200db..eb6c1f2 100644
--- a/docs/dyn/dialogflow_v2beta1.projects.knowledgeBases.html
+++ b/docs/dyn/dialogflow_v2beta1.projects.knowledgeBases.html
@@ -89,7 +89,7 @@
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
<p class="firstline">Retrieves the specified knowledge base.</p>
<p class="toc_element">
- <code><a href="#list">list(parent, pageToken=None, pageSize=None, x__xgafv=None)</a></code></p>
+ <code><a href="#list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
<p class="firstline">Returns the list of all knowledge bases of the specified agent.</p>
<p class="toc_element">
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
@@ -111,18 +111,24 @@
body: object, The request body.
The object takes the form of:
-{ # Represents knowledge base resource.
+{ # A knowledge base represents a collection of knowledge documents that you
+ # provide to Dialogflow. Your knowledge documents contain information that may
+ # be useful during conversations with end-users. Some Dialogflow features use
+ # knowledge bases when looking for a response to an end-user input.
+ #
+ # For more information, see the [knowledge base
+ # guide](https://cloud.google.com/dialogflow/docs/how/knowledge-bases).
#
# Note: The `projects.agent.knowledgeBases` resource is deprecated;
# only use `projects.knowledgeBases`.
- "languageCode": "A String", # Language which represents the KnowledgeBase. When the KnowledgeBase is
- # created/updated, this is populated for all non en-us languages. If not
- # populated, the default language en-us applies.
+ "displayName": "A String", # Required. The display name of the knowledge base. The name must be 1024
+ # bytes or less; otherwise, the creation request fails.
"name": "A String", # The knowledge base resource name.
# The name must be empty when creating a knowledge base.
# Format: `projects/<Project ID>/knowledgeBases/<Knowledge Base ID>`.
- "displayName": "A String", # Required. The display name of the knowledge base. The name must be 1024
- # bytes or less; otherwise, the creation request fails.
+ "languageCode": "A String", # Language which represents the KnowledgeBase. When the KnowledgeBase is
+ # created/updated, this is populated for all non en-us languages. If not
+ # populated, the default language en-us applies.
}
x__xgafv: string, V1 error format.
@@ -133,18 +139,24 @@
Returns:
An object of the form:
- { # Represents knowledge base resource.
+ { # A knowledge base represents a collection of knowledge documents that you
+ # provide to Dialogflow. Your knowledge documents contain information that may
+ # be useful during conversations with end-users. Some Dialogflow features use
+ # knowledge bases when looking for a response to an end-user input.
+ #
+ # For more information, see the [knowledge base
+ # guide](https://cloud.google.com/dialogflow/docs/how/knowledge-bases).
#
# Note: The `projects.agent.knowledgeBases` resource is deprecated;
# only use `projects.knowledgeBases`.
- "languageCode": "A String", # Language which represents the KnowledgeBase. When the KnowledgeBase is
- # created/updated, this is populated for all non en-us languages. If not
- # populated, the default language en-us applies.
+ "displayName": "A String", # Required. The display name of the knowledge base. The name must be 1024
+ # bytes or less; otherwise, the creation request fails.
"name": "A String", # The knowledge base resource name.
# The name must be empty when creating a knowledge base.
# Format: `projects/<Project ID>/knowledgeBases/<Knowledge Base ID>`.
- "displayName": "A String", # Required. The display name of the knowledge base. The name must be 1024
- # bytes or less; otherwise, the creation request fails.
+ "languageCode": "A String", # Language which represents the KnowledgeBase. When the KnowledgeBase is
+ # created/updated, this is populated for all non en-us languages. If not
+ # populated, the default language en-us applies.
}</pre>
</div>
@@ -198,23 +210,29 @@
Returns:
An object of the form:
- { # Represents knowledge base resource.
+ { # A knowledge base represents a collection of knowledge documents that you
+ # provide to Dialogflow. Your knowledge documents contain information that may
+ # be useful during conversations with end-users. Some Dialogflow features use
+ # knowledge bases when looking for a response to an end-user input.
+ #
+ # For more information, see the [knowledge base
+ # guide](https://cloud.google.com/dialogflow/docs/how/knowledge-bases).
#
# Note: The `projects.agent.knowledgeBases` resource is deprecated;
# only use `projects.knowledgeBases`.
- "languageCode": "A String", # Language which represents the KnowledgeBase. When the KnowledgeBase is
- # created/updated, this is populated for all non en-us languages. If not
- # populated, the default language en-us applies.
+ "displayName": "A String", # Required. The display name of the knowledge base. The name must be 1024
+ # bytes or less; otherwise, the creation request fails.
"name": "A String", # The knowledge base resource name.
# The name must be empty when creating a knowledge base.
# Format: `projects/<Project ID>/knowledgeBases/<Knowledge Base ID>`.
- "displayName": "A String", # Required. The display name of the knowledge base. The name must be 1024
- # bytes or less; otherwise, the creation request fails.
+ "languageCode": "A String", # Language which represents the KnowledgeBase. When the KnowledgeBase is
+ # created/updated, this is populated for all non en-us languages. If not
+ # populated, the default language en-us applies.
}</pre>
</div>
<div class="method">
- <code class="details" id="list">list(parent, pageToken=None, pageSize=None, x__xgafv=None)</code>
+ <code class="details" id="list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</code>
<pre>Returns the list of all knowledge bases of the specified agent.
Note: The `projects.agent.knowledgeBases` resource is deprecated;
@@ -223,9 +241,9 @@
Args:
parent: string, Required. The project to list of knowledge bases for.
Format: `projects/<Project ID>`. (required)
- pageToken: string, Optional. The next_page_token value returned from a previous list request.
pageSize: integer, Optional. The maximum number of items to return in a single page. By
default 10 and at most 100.
+ pageToken: string, Optional. The next_page_token value returned from a previous list request.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
@@ -235,23 +253,29 @@
An object of the form:
{ # Response message for KnowledgeBases.ListKnowledgeBases.
- "nextPageToken": "A String", # Token to retrieve the next page of results, or empty if there are no
- # more results in the list.
"knowledgeBases": [ # The list of knowledge bases.
- { # Represents knowledge base resource.
+ { # A knowledge base represents a collection of knowledge documents that you
+ # provide to Dialogflow. Your knowledge documents contain information that may
+ # be useful during conversations with end-users. Some Dialogflow features use
+ # knowledge bases when looking for a response to an end-user input.
+ #
+ # For more information, see the [knowledge base
+ # guide](https://cloud.google.com/dialogflow/docs/how/knowledge-bases).
#
# Note: The `projects.agent.knowledgeBases` resource is deprecated;
# only use `projects.knowledgeBases`.
- "languageCode": "A String", # Language which represents the KnowledgeBase. When the KnowledgeBase is
- # created/updated, this is populated for all non en-us languages. If not
- # populated, the default language en-us applies.
+ "displayName": "A String", # Required. The display name of the knowledge base. The name must be 1024
+ # bytes or less; otherwise, the creation request fails.
"name": "A String", # The knowledge base resource name.
# The name must be empty when creating a knowledge base.
# Format: `projects/<Project ID>/knowledgeBases/<Knowledge Base ID>`.
- "displayName": "A String", # Required. The display name of the knowledge base. The name must be 1024
- # bytes or less; otherwise, the creation request fails.
+ "languageCode": "A String", # Language which represents the KnowledgeBase. When the KnowledgeBase is
+ # created/updated, this is populated for all non en-us languages. If not
+ # populated, the default language en-us applies.
},
],
+ "nextPageToken": "A String", # Token to retrieve the next page of results, or empty if there are no
+ # more results in the list.
}</pre>
</div>
@@ -283,18 +307,24 @@
body: object, The request body.
The object takes the form of:
-{ # Represents knowledge base resource.
+{ # A knowledge base represents a collection of knowledge documents that you
+ # provide to Dialogflow. Your knowledge documents contain information that may
+ # be useful during conversations with end-users. Some Dialogflow features use
+ # knowledge bases when looking for a response to an end-user input.
+ #
+ # For more information, see the [knowledge base
+ # guide](https://cloud.google.com/dialogflow/docs/how/knowledge-bases).
#
# Note: The `projects.agent.knowledgeBases` resource is deprecated;
# only use `projects.knowledgeBases`.
- "languageCode": "A String", # Language which represents the KnowledgeBase. When the KnowledgeBase is
- # created/updated, this is populated for all non en-us languages. If not
- # populated, the default language en-us applies.
+ "displayName": "A String", # Required. The display name of the knowledge base. The name must be 1024
+ # bytes or less; otherwise, the creation request fails.
"name": "A String", # The knowledge base resource name.
# The name must be empty when creating a knowledge base.
# Format: `projects/<Project ID>/knowledgeBases/<Knowledge Base ID>`.
- "displayName": "A String", # Required. The display name of the knowledge base. The name must be 1024
- # bytes or less; otherwise, the creation request fails.
+ "languageCode": "A String", # Language which represents the KnowledgeBase. When the KnowledgeBase is
+ # created/updated, this is populated for all non en-us languages. If not
+ # populated, the default language en-us applies.
}
updateMask: string, Optional. Not specified means `update all`.
@@ -308,18 +338,24 @@
Returns:
An object of the form:
- { # Represents knowledge base resource.
+ { # A knowledge base represents a collection of knowledge documents that you
+ # provide to Dialogflow. Your knowledge documents contain information that may
+ # be useful during conversations with end-users. Some Dialogflow features use
+ # knowledge bases when looking for a response to an end-user input.
+ #
+ # For more information, see the [knowledge base
+ # guide](https://cloud.google.com/dialogflow/docs/how/knowledge-bases).
#
# Note: The `projects.agent.knowledgeBases` resource is deprecated;
# only use `projects.knowledgeBases`.
- "languageCode": "A String", # Language which represents the KnowledgeBase. When the KnowledgeBase is
- # created/updated, this is populated for all non en-us languages. If not
- # populated, the default language en-us applies.
+ "displayName": "A String", # Required. The display name of the knowledge base. The name must be 1024
+ # bytes or less; otherwise, the creation request fails.
"name": "A String", # The knowledge base resource name.
# The name must be empty when creating a knowledge base.
# Format: `projects/<Project ID>/knowledgeBases/<Knowledge Base ID>`.
- "displayName": "A String", # Required. The display name of the knowledge base. The name must be 1024
- # bytes or less; otherwise, the creation request fails.
+ "languageCode": "A String", # Language which represents the KnowledgeBase. When the KnowledgeBase is
+ # created/updated, this is populated for all non en-us languages. If not
+ # populated, the default language en-us applies.
}</pre>
</div>