Uses of Class
com.google.genai.gaos.models.interactions.CreateAgentInteractionResponseFormat
Packages that use CreateAgentInteractionResponseFormat
-
Uses of CreateAgentInteractionResponseFormat in com.google.genai.gaos.models.interactions
Methods in com.google.genai.gaos.models.interactions that return CreateAgentInteractionResponseFormatModifier and TypeMethodDescriptionCreateAgentInteractionResponseFormat.of(ResponseFormat value) CreateAgentInteractionResponseFormat.of(List<ResponseFormat> value) Methods in com.google.genai.gaos.models.interactions that return types with arguments of type CreateAgentInteractionResponseFormatModifier and TypeMethodDescriptionCreateAgentInteraction.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 CreateAgentInteractionResponseFormatModifier and TypeMethodDescriptionCreateAgentInteraction.Builder.responseFormat(CreateAgentInteractionResponseFormat responseFormat) Enforces that the generated response is a JSON object that complies with the JSON schema specified in this field.CreateAgentInteraction.withResponseFormat(CreateAgentInteractionResponseFormat 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 CreateAgentInteractionResponseFormatModifierConstructorDescriptionCreateAgentInteraction(AgentOption agent, CreateAgentInteractionAgentConfig agentConfig, Boolean background, CreateAgentInteractionEnvironment environment, InteractionsInput input, Map<String, String> labels, String previousInteractionId, CreateAgentInteractionResponseFormat responseFormat, String responseMimeType, List<ResponseModality> responseModalities, List<SafetySetting> safetySettings, ServiceTier serviceTier, Boolean store, Boolean stream, String systemInstruction, List<Tool> tools, WebhookConfig webhookConfig)