Class GenerateContentResponsePromptFeedback

java.lang.Object
com.google.genai.JsonSerializable
com.google.genai.types.GenerateContentResponsePromptFeedback

public abstract class GenerateContentResponsePromptFeedback extends JsonSerializable
Content filter results for a prompt sent in the request. Note: This is sent only in the first stream chunk and only if no candidates were generated due to content violations.
  • Constructor Details

    • GenerateContentResponsePromptFeedback

      public GenerateContentResponsePromptFeedback()
  • Method Details