Skip to main content

completion_config

Creates, updates, deletes, gets or lists a completion_config resource.

Overview

Namecompletion_config
TypeResource
Idgoogle.discoveryengine.completion_config

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
projects_locations_collections_data_stores_completion_config_complete_queryexecprojectsId, locationsId, collectionsId, dataStoresIdCompletes the user input with advanced keyword suggestions.
projects_locations_collections_engines_completion_config_complete_queryexecprojectsId, locationsId, collectionsId, enginesIdCompletes the user input with advanced keyword suggestions.
projects_locations_data_stores_completion_config_complete_queryexecprojectsId, locationsId, dataStoresIdCompletes the user input with advanced keyword suggestions.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
collectionsIdstring
dataStoresIdstring
enginesIdstring
locationsIdstring
projectsIdstring

Lifecycle Methods

Completes the user input with advanced keyword suggestions.

EXEC google.discoveryengine.completion_config.projects_locations_collections_data_stores_completion_config_complete_query 
@projectsId='{{ projectsId }}' --required,
@locationsId='{{ locationsId }}' --required,
@collectionsId='{{ collectionsId }}' --required,
@dataStoresId='{{ dataStoresId }}' --required
@@json=
'{
"query": "{{ query }}",
"queryModel": "{{ queryModel }}",
"userPseudoId": "{{ userPseudoId }}",
"userInfo": "{{ userInfo }}",
"includeTailSuggestions": {{ includeTailSuggestions }},
"boostSpec": "{{ boostSpec }}",
"suggestionTypes": "{{ suggestionTypes }}",
"suggestionTypeSpecs": "{{ suggestionTypeSpecs }}",
"experimentIds": "{{ experimentIds }}"
}';