GoogleCloudAiplatformV1GenerateContentResponsePromptFeedback constructor
GoogleCloudAiplatformV1GenerateContentResponsePromptFeedback({
- String? blockReason,
- String? blockReasonMessage,
- List<
GoogleCloudAiplatformV1SafetyRating> ? safetyRatings,
Implementation
GoogleCloudAiplatformV1GenerateContentResponsePromptFeedback({
this.blockReason,
this.blockReasonMessage,
this.safetyRatings,
});