Class: Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAnswerReference
- Inherits:
-
Object
- Object
- Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAnswerReference
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/discoveryengine_v1/classes.rb,
lib/google/apis/discoveryengine_v1/representations.rb,
lib/google/apis/discoveryengine_v1/representations.rb
Overview
Reference.
Instance Attribute Summary collapse
-
#chunk_info ⇒ Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAnswerReferenceChunkInfo
Chunk information.
-
#structured_document_info ⇒ Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAnswerReferenceStructuredDocumentInfo
Structured search information.
-
#unstructured_document_info ⇒ Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAnswerReferenceUnstructuredDocumentInfo
Unstructured document information.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaAnswerReference
constructor
A new instance of GoogleCloudDiscoveryengineV1alphaAnswerReference.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaAnswerReference
Returns a new instance of GoogleCloudDiscoveryengineV1alphaAnswerReference.
9784 9785 9786 |
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 9784 def initialize(**args) update!(**args) end |
Instance Attribute Details
#chunk_info ⇒ Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAnswerReferenceChunkInfo
Chunk information.
Corresponds to the JSON property chunkInfo
9772 9773 9774 |
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 9772 def chunk_info @chunk_info end |
#structured_document_info ⇒ Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAnswerReferenceStructuredDocumentInfo
Structured search information.
Corresponds to the JSON property structuredDocumentInfo
9777 9778 9779 |
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 9777 def structured_document_info @structured_document_info end |
#unstructured_document_info ⇒ Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1alphaAnswerReferenceUnstructuredDocumentInfo
Unstructured document information.
Corresponds to the JSON property unstructuredDocumentInfo
9782 9783 9784 |
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 9782 def unstructured_document_info @unstructured_document_info end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
9789 9790 9791 9792 9793 |
# File 'lib/google/apis/discoveryengine_v1/classes.rb', line 9789 def update!(**args) @chunk_info = args[:chunk_info] if args.key?(:chunk_info) @structured_document_info = args[:structured_document_info] if args.key?(:structured_document_info) @unstructured_document_info = args[:unstructured_document_info] if args.key?(:unstructured_document_info) end |