[[["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-09 UTC."],[[["This API call creates a new Session within a specified data store, using a POST request to the provided URL endpoint."],["The `parent` path parameter is required to identify the target data store, structured as `projects/{project}/locations/{location}/collections/{collection}/dataStores/{dataStoreId}`."],["The request body must contain an instance of the Session object, and if successful, the response body will return the newly created Session instance."],["The API requires `https://www.googleapis.com/auth/cloud-platform` authorization scope and the `discoveryengine.sessions.create` IAM permission on the `parent` resource."],["An `ALREADY_EXISTS` error is thrown if the session you are trying to create already exists."]]],[]]