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 `CompletionSuggestion` data for a specified DataStore using a `POST` request to a URL that follows gRPC Transcoding syntax."],["The `parent` path parameter is required, representing the resource name of the data store where suggestions will be imported, and following the pattern `projects/*/locations/*/collections/*/dataStores/*`."],["The request body can accept the source of suggestions from multiple origins; `InlineSource`, `GcsSource` or `BigQuerySource`, with `errorConfig` to handle any errors."],["The response body returns an `Operation` instance if the import is successful."],["To use this API, the `https://www.googleapis.com/auth/cloud-platform` OAuth scope is required."]]],[]]