Class: Google::Cloud::DiscoveryEngine::V1beta::Answer::CitationSource
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1beta::Answer::CitationSource
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1beta/answer.rb
Overview
Citation source.
Instance Attribute Summary collapse
-
#reference_id ⇒ ::String
ID of the citation source.
Instance Attribute Details
#reference_id ⇒ ::String
Returns ID of the citation source.
84 85 86 87 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/answer.rb', line 84 class CitationSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |