Class: Google::Cloud::DiscoveryEngine::V1::Answer::Reference::StructuredDocumentInfo

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

Overview

Structured search information.

Instance Attribute Summary collapse

Instance Attribute Details

#document::String

Returns Document resource name.

Returns:

  • (::String)

    Document resource name.



249
250
251
252
# File 'proto_docs/google/cloud/discoveryengine/v1/answer.rb', line 249

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

#struct_data::Google::Protobuf::Struct

Returns Structured search data.

Returns:



249
250
251
252
# File 'proto_docs/google/cloud/discoveryengine/v1/answer.rb', line 249

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

#title::String (readonly)

Returns Output only. The title of the document.

Returns:

  • (::String)

    Output only. The title of the document.



249
250
251
252
# File 'proto_docs/google/cloud/discoveryengine/v1/answer.rb', line 249

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

#uri::String (readonly)

Returns Output only. The URI of the document.

Returns:

  • (::String)

    Output only. The URI of the document.



249
250
251
252
# File 'proto_docs/google/cloud/discoveryengine/v1/answer.rb', line 249

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