GoogleCloudAiplatformV1MemoryBankCustomizationConfigGenerateMemoriesExampleConversationSourceEvent.fromJson constructor

GoogleCloudAiplatformV1MemoryBankCustomizationConfigGenerateMemoriesExampleConversationSourceEvent.fromJson(
  1. Map json_
)

Implementation

GoogleCloudAiplatformV1MemoryBankCustomizationConfigGenerateMemoriesExampleConversationSourceEvent.fromJson(
  core.Map json_,
) : this(
      content: json_.containsKey('content')
          ? GoogleCloudAiplatformV1Content.fromJson(
              json_['content'] as core.Map<core.String, core.dynamic>,
            )
          : null,
    );