Imports CompletionSuggestion
s 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 |
Required. The parent data store resource name for which to import customer autocomplete suggestions. Follows pattern |
Request body
The request body contains data with the following structure:
JSON representation |
---|
{ "errorConfig": { object ( |
Fields | |
---|---|
error |
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: |
|
inline |
The Inline source for suggestion entries. |
gcs |
Cloud Storage location for the input content. |
bigquery |
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.