Class: Google::Cloud::DiscoveryEngine::V1::GroundedGenerationContent::Part

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

Overview

Single part of content.

Instance Attribute Summary collapse

Instance Attribute Details

#text::String

Returns Inline text.

Returns:

  • (::String)

    Inline text.



42
43
44
45
# File 'proto_docs/google/cloud/discoveryengine/v1/grounded_generation_service.rb', line 42

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