Method: projects.locations.collections.dataStores.completionSuggestions.import

Imports CompletionSuggestions for a DataStore.

HTTP request

POST https://discoveryengine.googleapis.com/v1beta/{parent=projects/*/locations/*/collections/*/dataStores/*}/completionSuggestions:import

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The parent data store resource name for which to import customer autocomplete suggestions.

Follows pattern projects/*/locations/*/collections/*/dataStores/*

Request body

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.
}
Fields
errorConfig

object (ImportErrorConfig)

The desired location of errors incurred during the Import.

Union field source. The source of the autocomplete suggestions. source can be only one of the following:
inlineSource

object (InlineSource)

The Inline source for suggestion entries.

gcsSource

object (GcsSource)

Cloud Storage location for the input content.

bigquerySource

object (BigQuerySource)

BigQuery input source.

Response body

If successful, the response body contains an instance of Operation.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.