The request body contains data with the following structure:
JSON representation
{"errorConfig": {object (ImportErrorConfig)},// Union field source can be only one of the following:"inlineSource": {object (InlineSource)},"gcsSource": {object (GcsSource)},"bigquerySource": {object (BigQuerySource)}// End of list of possible types for union field source.}
[[["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-02-28 UTC."],[[["This document describes how to import `CompletionSuggestion` data into a DataStore using an HTTP POST request."],["The request URL requires a `parent` path parameter that specifies the target data store, following the format `projects/*/locations/*/collections/*/dataStores/*`."],["The request body supports multiple sources for the data to import, including an inline source, a Google Cloud Storage location (`gcsSource`), and a BigQuery input source (`bigquerySource`)."],["The response body, if the request is successful, returns an `Operation` resource, and errors during the import can be reported through the `errorConfig` parameter."],["Authorization for this operation requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]