Class: Google::Cloud::AIPlatform::V1::GroundingChunk::Maps::PlaceAnswerSources::ReviewSnippet
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::GroundingChunk::Maps::PlaceAnswerSources::ReviewSnippet
- 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
-
#google_maps_uri ⇒ ::String
A link to show the review on Google Maps.
-
#review_id ⇒ ::String
Id of the review referencing the place.
-
#title ⇒ ::String
Title of the review.
Instance Attribute Details
#google_maps_uri ⇒ ::String
Returns 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.
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.
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 |