Class: Google::Cloud::DiscoveryEngine::V1::AssistantGroundedContent::TextGroundingMetadata::Reference
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1::AssistantGroundedContent::TextGroundingMetadata::Reference
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1/assist_answer.rb
Overview
Referenced content and related document metadata.
Defined Under Namespace
Classes: DocumentMetadata
Instance Attribute Summary collapse
-
#content ⇒ ::String
Referenced text content.
-
#document_metadata ⇒ ::Google::Cloud::DiscoveryEngine::V1::AssistantGroundedContent::TextGroundingMetadata::Reference::DocumentMetadata
Document metadata.
Instance Attribute Details
#content ⇒ ::String
Returns Referenced text content.
245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 |
# File 'proto_docs/google/cloud/discoveryengine/v1/assist_answer.rb', line 245 class Reference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Document metadata. # @!attribute [rw] document # @return [::String] # Document resource name. # @!attribute [rw] uri # @return [::String] # URI for the document. It may contain a URL that redirects to the # actual website. # @!attribute [rw] title # @return [::String] # Title. # @!attribute [rw] page_identifier # @return [::String] # Page identifier. # @!attribute [rw] domain # @return [::String] # Domain name from the document URI. Note that the `uri` field may # contain a URL that redirects to the actual website, in which case # this will contain the domain name of the target site. class DocumentMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#document_metadata ⇒ ::Google::Cloud::DiscoveryEngine::V1::AssistantGroundedContent::TextGroundingMetadata::Reference::DocumentMetadata
Returns Document metadata.
245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 |
# File 'proto_docs/google/cloud/discoveryengine/v1/assist_answer.rb', line 245 class Reference include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Document metadata. # @!attribute [rw] document # @return [::String] # Document resource name. # @!attribute [rw] uri # @return [::String] # URI for the document. It may contain a URL that redirects to the # actual website. # @!attribute [rw] title # @return [::String] # Title. # @!attribute [rw] page_identifier # @return [::String] # Page identifier. # @!attribute [rw] domain # @return [::String] # Domain name from the document URI. Note that the `uri` field may # contain a URL that redirects to the actual website, in which case # this will contain the domain name of the target site. class DocumentMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |