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.



19682
19683
19684
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 19682

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

Instance Attribute Details

#chunk_infoGoogle::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAnswerQueryRequestEndUserSpecEndUserMetaDataChunkInfo

Chunk information. Corresponds to the JSON property chunkInfo



19680
19681
19682
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 19680

def chunk_info
  @chunk_info
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



19687
19688
19689
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 19687

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