GoogleCloudAiplatformV1GroundingChunkRetrievedContext.fromJson constructor

GoogleCloudAiplatformV1GroundingChunkRetrievedContext.fromJson(
  1. 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?,
      );