Uses of Class
io.github.glaforge.gemini.interactions.model.InteractionParams.ModelInteractionParams.Builder
Packages that use InteractionParams.ModelInteractionParams.Builder
-
Uses of InteractionParams.ModelInteractionParams.Builder in io.github.glaforge.gemini.interactions.model
Methods in io.github.glaforge.gemini.interactions.model that return InteractionParams.ModelInteractionParams.BuilderModifier and TypeMethodDescriptionInteractionParams.ModelInteractionParams.Builder.background(Boolean background) Sets the background flag.InteractionParams.ModelInteractionParams.builder()Returns a new builder for model interaction parameters.InteractionParams.ModelInteractionParams.Builder.generationConfig(Config.GenerationConfig generationConfig) Sets the generation config.InteractionParams.ModelInteractionParams.Builder.imageConfig(Config.ImageConfig imageConfig) Sets the image config.Sets the input content as a list of Content objects.InteractionParams.ModelInteractionParams.Builder.input(Interaction.Turn... turns) Sets the input content as a list of Turns (multi-turn history).Sets the input content as a string.InteractionParams.ModelInteractionParams.Builder.inputContents(List<Content> content) Sets the input content as a list of Content objects.InteractionParams.ModelInteractionParams.Builder.inputTurns(List<Interaction.Turn> turns) Sets the input content as a list of Turns (multi-turn history).Sets the model.InteractionParams.ModelInteractionParams.Builder.previousInteractionId(String previousInteractionId) Sets the previous interaction ID.InteractionParams.ModelInteractionParams.Builder.responseFormat(Schema schema) Sets the response format using a Schema object.InteractionParams.ModelInteractionParams.Builder.responseFormat(Object responseFormat) Sets the response format.InteractionParams.ModelInteractionParams.Builder.responseMimeType(String responseMimeType) Sets the response MIME type.InteractionParams.ModelInteractionParams.Builder.responseModalities(Interaction.Modality... responseModalities) Sets the response modalities.InteractionParams.ModelInteractionParams.Builder.responseModalities(List<Interaction.Modality> responseModalities) Sets the response modalities.InteractionParams.ModelInteractionParams.Builder.speechConfig(Config.SpeechConfig speechConfig) Sets the speech config.InteractionParams.ModelInteractionParams.Builder.speechConfigs(List<Config.SpeechConfig> speechConfigs) Sets the speech configs.Sets the store flag.Sets the stream flag.InteractionParams.ModelInteractionParams.Builder.systemInstruction(String systemInstruction) Sets the system instruction.Sets the tools.Sets the tools.