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.
The knowledge base resource name. The name must be empty when creating a knowledge base. Format: projects/<Project ID>/locations/<Location
ID>/knowledgeBases/<Knowledge Base ID>.
displayName
string
Required. The display name of the knowledge base. The name must be 1024 bytes or less; otherwise, the creation request fails.
languageCode
string
Language which represents the KnowledgeBase. When the KnowledgeBase is created/updated, expect this to be present for non en-us languages. When unspecified, the default language code en-us applies.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-05 UTC."],[[["A KnowledgeBase is a collection of knowledge documents used by Dialogflow to provide information during conversations with end-users."],["The KnowledgeBase JSON representation includes fields for `name`, `displayName`, and `languageCode`, where `displayName` is required and `name` should be empty upon creation."],["The `name` field in the KnowledgeBase JSON represents the resource name, and it follows the format: `projects/\u003cProject ID\u003e/locations/\u003cLocation ID\u003e/knowledgeBases/\u003cKnowledge Base ID\u003e`."],["There are five methods associated with a knowledge base: `create`, `delete`, `get`, `list`, and `patch`, which allow for managing knowledge base content."],["The resource path `projects.agent.knowledgeBases` is deprecated, and users should use `projects.knowledgeBases` instead."]]],[]]