Uses of Class
com.google.genai.gaos.models.interactions.InteractionResponseFormat
Packages that use InteractionResponseFormat
-
Uses of InteractionResponseFormat in com.google.genai.gaos.models.interactions
Methods in com.google.genai.gaos.models.interactions that return InteractionResponseFormatModifier and TypeMethodDescriptionstatic InteractionResponseFormatInteractionResponseFormat.of(ResponseFormat value) static InteractionResponseFormatInteractionResponseFormat.of(List<ResponseFormat> value) Methods in com.google.genai.gaos.models.interactions that return types with arguments of type InteractionResponseFormatModifier and TypeMethodDescriptionInteraction.responseFormat()Enforces that the generated response is a JSON object that complies with the JSON schema specified in this field.Methods in com.google.genai.gaos.models.interactions with parameters of type InteractionResponseFormatModifier and TypeMethodDescriptionInteraction.Builder.responseFormat(InteractionResponseFormat responseFormat) Enforces that the generated response is a JSON object that complies with the JSON schema specified in this field.Interaction.withResponseFormat(InteractionResponseFormat responseFormat) Enforces that the generated response is a JSON object that complies with the JSON schema specified in this field.Constructors in com.google.genai.gaos.models.interactions with parameters of type InteractionResponseFormatModifierConstructorDescriptionInteraction(AgentOption agent, InteractionAgentConfig agentConfig, String created, InteractionEnvironment environment, String environmentId, List<Error> errors, GenerationConfig generationConfig, String id, InteractionsInput input, Map<String, String> labels, Model model, AudioContent outputAudio, ImageContent outputImage, String outputText, VideoContent outputVideo, String previousInteractionId, InteractionResponseFormat responseFormat, String responseMimeType, List<ResponseModality> responseModalities, List<SafetySetting> safetySettings, ServiceTier serviceTier, InteractionStatus status, List<Step> steps, String systemInstruction, List<Tool> tools, String updated, Usage usage, WebhookConfig webhookConfig)