Discovery Engine V1BETA API - Class Google::Cloud::DiscoveryEngine::V1beta::CompleteQueryResponse::QuerySuggestion (v0.10.0)

Reference documentation and code samples for the Discovery Engine V1BETA API class Google::Cloud::DiscoveryEngine::V1beta::CompleteQueryResponse::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.

#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.