GoogleCloudAiplatformV1GroundingChunkRetrievedContext.fromJson constructor
GoogleCloudAiplatformV1GroundingChunkRetrievedContext.fromJson(
- Map json_
Implementation
GoogleCloudAiplatformV1GroundingChunkRetrievedContext.fromJson(core.Map json_)
: this(
text: json_['text'] as core.String?,
title: json_['title'] as core.String?,
uri: json_['uri'] as core.String?,
);