Resource: Document
A knowledge document to be used by a KnowledgeBase
.
For more information, see the knowledge base guide.
Note: The projects.agent.knowledgeBases.documents
resource is deprecated; only use projects.knowledgeBases.documents
.
JSON representation |
---|
{ "name": string, "displayName": string, "mimeType": string, "knowledgeTypes": [ enum ( |
Fields | |
---|---|
name |
Optional. The document resource name. The name must be empty when creating a document. Format: |
display |
Required. The display name of the document. The name must be 1024 bytes or less; otherwise, the creation request fails. |
mime |
Required. The MIME type of this document. |
knowledge |
Required. The knowledge type of document content. |
enable |
Optional. If true, we try to automatically reload the document every day (at a time picked by the system). If false or unspecified, we don't try to automatically reload the document. Currently you can only enable automatic reload for documents sourced from a public url, see Reload status can be tracked in If a reload fails with internal errors, the system will try to reload the document on the next day. If a reload fails with non-retriable errors (e.g. PERMISSION_DENIED), the system will not try to reload the document anymore. You need to manually reload the document successfully by calling |
latest |
Output only. The time and status of the latest reload. This reload may have been triggered automatically or manually and may not have succeeded. |
metadata |
Optional. Metadata for the document. The metadata supports arbitrary key-value pairs. Suggested use cases include storing a document's title, an external URL distinct from the document's contentUri, etc. The max size of a An object containing a list of |
state |
Output only. The current state of the document. |
Union field source . The source of this document. source can be only one of the following: |
|
content |
The URI where the file content is located. For documents stored in Google Cloud Storage, these URIs must have the form NOTE: External URLs must correspond to public webpages, i.e., they must be indexed by Google Search. In particular, URLs for showing documents in Google Cloud Storage (i.e. the URL in your browser) are not supported. Instead use the |
content |
The raw content of the document. This field is only permitted for EXTRACTIVE_QA and FAQ knowledge types. Note: This field is in the process of being deprecated, please use rawContent instead. |
raw |
The raw content of the document. This field is only permitted for EXTRACTIVE_QA and FAQ knowledge types. A base64-encoded string. |
Methods |
|
---|---|
|
Creates a new document. |
|
Deletes the specified document. |
|
Retrieves the specified document. |
|
Create documents by importing data from external sources. |
|
Returns the list of all documents of the knowledge base. |
|
Updates the specified document. |
|
Reloads the specified document from its specified source, content_uri or content. |