Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1MemoryBankCustomizationConfigGenerateMemoriesExampleConversationSource

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/aiplatform_v1beta1/classes.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb

Overview

A conversation source for the example. This is similar to DirectContentsSource.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1MemoryBankCustomizationConfigGenerateMemoriesExampleConversationSource

Returns a new instance of GoogleCloudAiplatformV1beta1MemoryBankCustomizationConfigGenerateMemoriesExampleConversationSource.



30557
30558
30559
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 30557

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

Instance Attribute Details

#eventsArray<Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1MemoryBankCustomizationConfigGenerateMemoriesExampleConversationSourceEvent>

Optional. Represents the input conversation events for the example. Corresponds to the JSON property events



30555
30556
30557
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 30555

def events
  @events
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



30562
30563
30564
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 30562

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