Uses of Class
com.google.genai.types.LiveClientRealtimeInput
Packages that use LiveClientRealtimeInput
-
Uses of LiveClientRealtimeInput in com.google.genai.types
Methods in com.google.genai.types that return LiveClientRealtimeInputModifier and TypeMethodDescriptionabstract LiveClientRealtimeInputLiveClientRealtimeInput.Builder.build()static LiveClientRealtimeInputDeserializes a JSON string to a LiveClientRealtimeInput object.Methods in com.google.genai.types that return types with arguments of type LiveClientRealtimeInputModifier and TypeMethodDescriptionabstract Optional<LiveClientRealtimeInput>LiveClientMessage.realtimeInput()User input that is sent in real time.Methods in com.google.genai.types with parameters of type LiveClientRealtimeInputModifier and TypeMethodDescriptionabstract LiveClientMessage.BuilderLiveClientMessage.Builder.realtimeInput(LiveClientRealtimeInput realtimeInput) Setter for realtimeInput.