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 API endpoint imports completion suggestions for a specified DataStore using a POST request to a URL that follows gRPC Transcoding syntax."],["The `parent` path parameter is required and specifies the data store resource for which the suggestions are being imported, following the pattern `projects/*/locations/*/collections/*/dataStores/*`."],["The request body contains data defining the source of the autocomplete suggestions, which can be specified as an inline source, from Google Cloud Storage, or from BigQuery, with an error config that can also be specified."],["The authorization for this request requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."],["A successful import operation will return a response body containing an instance of an `Operation`."]]],[]]