GoogleCloudAiplatformV1GenerateContentResponsePromptFeedback constructor

GoogleCloudAiplatformV1GenerateContentResponsePromptFeedback({
  1. String? blockReason,
  2. String? blockReasonMessage,
  3. List<GoogleCloudAiplatformV1SafetyRating>? safetyRatings,
})

Implementation

GoogleCloudAiplatformV1GenerateContentResponsePromptFeedback({
  this.blockReason,
  this.blockReasonMessage,
  this.safetyRatings,
});