GoogleCloudAiplatformV1MemoryBankCustomizationConfigGenerateMemoriesExampleConversationSource.fromJson constructor
GoogleCloudAiplatformV1MemoryBankCustomizationConfigGenerateMemoriesExampleConversationSource.fromJson(
- Map json_
Implementation
GoogleCloudAiplatformV1MemoryBankCustomizationConfigGenerateMemoriesExampleConversationSource.fromJson(
core.Map json_,
) : this(
events: (json_['events'] as core.List?)
?.map(
(value) =>
GoogleCloudAiplatformV1MemoryBankCustomizationConfigGenerateMemoriesExampleConversationSourceEvent.fromJson(
value as core.Map<core.String, core.dynamic>,
),
)
.toList(),
);