Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1MemoryBankCustomizationConfigMemoryTopic

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 topic of information that should be extracted from conversations and stored as memories.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1MemoryBankCustomizationConfigMemoryTopic

Returns a new instance of GoogleCloudAiplatformV1beta1MemoryBankCustomizationConfigMemoryTopic.



25692
25693
25694
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 25692

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

Instance Attribute Details

#custom_memory_topicGoogle::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1MemoryBankCustomizationConfigMemoryTopicCustomMemoryTopic

A custom memory topic defined by the developer. Corresponds to the JSON property customMemoryTopic



25685
25686
25687
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 25685

def custom_memory_topic
  @custom_memory_topic
end

#managed_memory_topicGoogle::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1MemoryBankCustomizationConfigMemoryTopicManagedMemoryTopic

A managed memory topic defined by the system. Corresponds to the JSON property managedMemoryTopic



25690
25691
25692
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 25690

def managed_memory_topic
  @managed_memory_topic
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



25697
25698
25699
25700
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 25697

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