Class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAnswerReference
- Inherits:
-
Object
- Object
- Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAnswerReference
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/discoveryengine_v1beta/classes.rb,
lib/google/apis/discoveryengine_v1beta/representations.rb,
lib/google/apis/discoveryengine_v1beta/representations.rb
Overview
Reference.
Instance Attribute Summary collapse
-
#chunk_info ⇒ Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAnswerReferenceChunkInfo
Chunk information.
-
#structured_document_info ⇒ Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAnswerReferenceStructuredDocumentInfo
Structured search information.
-
#unstructured_document_info ⇒ Google::Apis::DiscoveryengineV1beta::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.
8209 8210 8211 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 8209 def initialize(**args) update!(**args) end |
Instance Attribute Details
#chunk_info ⇒ Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAnswerReferenceChunkInfo
Chunk information.
Corresponds to the JSON property chunkInfo
8197 8198 8199 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 8197 def chunk_info @chunk_info end |
#structured_document_info ⇒ Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAnswerReferenceStructuredDocumentInfo
Structured search information.
Corresponds to the JSON property structuredDocumentInfo
8202 8203 8204 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 8202 def structured_document_info @structured_document_info end |
#unstructured_document_info ⇒ Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaAnswerReferenceUnstructuredDocumentInfo
Unstructured document information.
Corresponds to the JSON property unstructuredDocumentInfo
8207 8208 8209 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 8207 def unstructured_document_info @unstructured_document_info end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8214 8215 8216 8217 8218 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 8214 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 |