GoogleCloudAiplatformV1AugmentPromptResponse constructor

GoogleCloudAiplatformV1AugmentPromptResponse({
  1. List<GoogleCloudAiplatformV1Content>? augmentedPrompt,
  2. List<GoogleCloudAiplatformV1Fact>? facts,
})

Implementation

GoogleCloudAiplatformV1AugmentPromptResponse({
  this.augmentedPrompt,
  this.facts,
});