Uses of Class
com.google.genai.gaos.models.interactions.ResponseFormat
Packages that use ResponseFormat
-
Uses of ResponseFormat in com.google.genai.gaos.models.interactions
Methods in com.google.genai.gaos.models.interactions that return ResponseFormatModifier and TypeMethodDescriptionstatic ResponseFormatResponseFormat.of(AudioResponseFormat value) static ResponseFormatResponseFormat.of(ImageResponseFormat value) static ResponseFormatResponseFormat.of(TextResponseFormat value) static ResponseFormatResponseFormat.of(VideoResponseFormat value) static ResponseFormatMethods in com.google.genai.gaos.models.interactions that return types with arguments of type ResponseFormatModifier and TypeMethodDescriptionCreateAgentInteractionResponseFormat.arrayOfResponseFormat()CreateModelInteractionResponseFormat.arrayOfResponseFormat()InteractionResponseFormat.arrayOfResponseFormat()CreateAgentInteractionResponseFormat.responseFormat()CreateModelInteractionResponseFormat.responseFormat()InteractionResponseFormat.responseFormat()Methods in com.google.genai.gaos.models.interactions with parameters of type ResponseFormatModifier and TypeMethodDescriptionCreateAgentInteractionResponseFormat.of(ResponseFormat value) CreateModelInteractionResponseFormat.of(ResponseFormat value) static InteractionResponseFormatInteractionResponseFormat.of(ResponseFormat value) Method parameters in com.google.genai.gaos.models.interactions with type arguments of type ResponseFormatModifier and TypeMethodDescriptionCreateAgentInteractionResponseFormat.of(List<ResponseFormat> value) CreateModelInteractionResponseFormat.of(List<ResponseFormat> value) static InteractionResponseFormatInteractionResponseFormat.of(List<ResponseFormat> value)