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.



18982
18983
18984
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 18982

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

Instance Attribute Details

#chunk_infoGoogle::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerQueryRequestEndUserSpecEndUserMetaDataChunkInfo

Chunk information. Corresponds to the JSON property chunkInfo



18980
18981
18982
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 18980

def chunk_info
  @chunk_info
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



18987
18988
18989
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 18987

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