[[["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-01-15 UTC."],[[["This document outlines how to create a knowledge base using a POST request to a specified endpoint, formatted as `https://{endpoint}/v2/{parent=projects/*}/knowledgeBases`."],["Creating a knowledge base requires a `parent` path parameter, which specifies the project and location ID, and is formatted as `projects/\u003cProject ID\u003e/locations/\u003cLocation ID\u003e`."],["The request body must contain an instance of `KnowledgeBase`, and successful execution returns a newly created instance of `KnowledgeBase` in the response body."],["Authorization to create a knowledge base requires the `dialogflow.knowledgeBases.create` IAM permission on the specified `parent` resource."],["One of two specified OAuth scopes is required for authorization: `https://www.googleapis.com/auth/cloud-platform` or `https://www.googleapis.com/auth/dialogflow`."]]],[]]