Class: Google::Cloud::DiscoveryEngine::V1beta::GroundingFact
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1beta::GroundingFact
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1beta/grounding.rb
Overview
Grounding Fact.
Defined Under Namespace
Classes: AttributesEntry
Instance Attribute Summary collapse
-
#attributes ⇒ ::Google::Protobuf::Map{::String => ::String}
Attributes associated with the fact.
-
#fact_text ⇒ ::String
Text content of the fact.
Instance Attribute Details
#attributes ⇒ ::Google::Protobuf::Map{::String => ::String}
33 34 35 36 37 38 39 40 41 42 43 44 45 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/grounding.rb', line 33 class GroundingFact include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class AttributesEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#fact_text ⇒ ::String
33 34 35 36 37 38 39 40 41 42 43 44 45 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/grounding.rb', line 33 class GroundingFact include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class AttributesEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |