Reference documentation and code samples for the Discovery Engine V1BETA API class Google::Cloud::DiscoveryEngine::V1beta::AdvancedCompleteQueryResponse::QuerySuggestion.
Suggestions as search queries.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#completable_field_paths
def completable_field_paths() -> ::Array<::String> Returns 
 -  (::Array<::String>) — The unique document field paths that serve as the source of this suggestion if it was generated from completable fields.This field is only populated for the document-completable model. 
#completable_field_paths=
def completable_field_paths=(value) -> ::Array<::String> Parameter 
 -  value (::Array<::String>) — The unique document field paths that serve as the source of this suggestion if it was generated from completable fields.This field is only populated for the document-completable model. 
 Returns 
 -  (::Array<::String>) — The unique document field paths that serve as the source of this suggestion if it was generated from completable fields.This field is only populated for the document-completable model. 
#data_store
def data_store() -> ::Array<::String> Returns 
 - (::Array<::String>) — The name of the dataStore that this suggestion belongs to.
#data_store=
def data_store=(value) -> ::Array<::String> Parameter 
 - value (::Array<::String>) — The name of the dataStore that this suggestion belongs to.
 Returns 
 - (::Array<::String>) — The name of the dataStore that this suggestion belongs to.
#suggestion
def suggestion() -> ::String Returns 
 - (::String) — The suggestion for the query.
#suggestion=
def suggestion=(value) -> ::String Parameter 
 - value (::String) — The suggestion for the query.
 Returns 
 - (::String) — The suggestion for the query.