Uses of Class
com.google.genai.types.LiveClientSetup
Packages that use LiveClientSetup
-
Uses of LiveClientSetup in com.google.genai.types
Methods in com.google.genai.types that return LiveClientSetupModifier and TypeMethodDescriptionabstract LiveClientSetup
LiveClientSetup.Builder.build()
static LiveClientSetup
Deserializes a JSON string to a LiveClientSetup object.Methods in com.google.genai.types that return types with arguments of type LiveClientSetupModifier and TypeMethodDescriptionabstract Optional<LiveClientSetup>
LiveClientMessage.setup()
Message to be sent by the system when connecting to the API.Methods in com.google.genai.types with parameters of type LiveClientSetupModifier and TypeMethodDescriptionabstract LiveClientMessage.Builder
LiveClientMessage.Builder.setup
(LiveClientSetup setup) Setter for setup.