Class: Google::Cloud::DiscoveryEngine::V1beta::AdvancedCompleteQueryResponse::RecentSearchSuggestion

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/discoveryengine/v1beta/completion_service.rb

Overview

Suggestions from recent search history.

Instance Attribute Summary collapse

Instance Attribute Details

#recent_search_time::Google::Protobuf::Timestamp

Returns The time when this recent rearch happened.

Returns:



377
378
379
380
# File 'proto_docs/google/cloud/discoveryengine/v1beta/completion_service.rb', line 377

class RecentSearchSuggestion
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#suggestion::String

Returns The suggestion for the query.

Returns:

  • (::String)

    The suggestion for the query.



377
378
379
380
# File 'proto_docs/google/cloud/discoveryengine/v1beta/completion_service.rb', line 377

class RecentSearchSuggestion
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end