Class: Google::Cloud::AIPlatform::V1::GroundingChunk::Maps::PlaceAnswerSources::ReviewSnippet

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/content.rb

Overview

Encapsulates a review snippet.

Instance Attribute Summary collapse

Instance Attribute Details

#google_maps_uri::String

Returns A link to show the review on Google Maps.

Returns:

  • (::String)

    A link to show the review on Google Maps.



831
832
833
834
# File 'proto_docs/google/cloud/aiplatform/v1/content.rb', line 831

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

#review_id::String

Returns Id of the review referencing the place.

Returns:

  • (::String)

    Id of the review referencing the place.



831
832
833
834
# File 'proto_docs/google/cloud/aiplatform/v1/content.rb', line 831

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

#title::String

Returns Title of the review.

Returns:

  • (::String)

    Title of the review.



831
832
833
834
# File 'proto_docs/google/cloud/aiplatform/v1/content.rb', line 831

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