Class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerQueryRequestEndUserSpecEndUserMetaData

Inherits:
Object
  • Object
show all
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

End user metadata.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1betaAnswerQueryRequestEndUserSpecEndUserMetaData

Returns a new instance of GoogleCloudDiscoveryengineV1betaAnswerQueryRequestEndUserSpecEndUserMetaData.



18778
18779
18780
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 18778

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#chunk_infoGoogle::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerQueryRequestEndUserSpecEndUserMetaDataChunkInfo

Chunk information. Corresponds to the JSON property chunkInfo



18776
18777
18778
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 18776

def chunk_info
  @chunk_info
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



18783
18784
18785
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 18783

def update!(**args)
  @chunk_info = args[:chunk_info] if args.key?(:chunk_info)
end