Class: Google::Cloud::DiscoveryEngine::V1::GroundedGenerationContent::Part
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1::GroundedGenerationContent::Part
- 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
-
#text ⇒ ::String
Inline text.
Instance Attribute Details
#text ⇒ ::String
Returns 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 |