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

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

Defined Under Namespace

Classes: ReviewSnippet

Instance Attribute Summary collapse

Instance Attribute Details

#review_snippets::Array<::Google::Cloud::AIPlatform::V1::GroundingChunk::Maps::PlaceAnswerSources::ReviewSnippet>

Returns Snippets of reviews that are used to generate the answer.

Returns:



817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
# File 'proto_docs/google/cloud/aiplatform/v1/content.rb', line 817

class PlaceAnswerSources
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Encapsulates a review snippet.
  # @!attribute [rw] review_id
  #   @return [::String]
  #     Id of the review referencing the place.
  # @!attribute [rw] google_maps_uri
  #   @return [::String]
  #     A link to show the review on Google Maps.
  # @!attribute [rw] title
  #   @return [::String]
  #     Title of the review.
  class ReviewSnippet
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end