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 LiveClientRealtimeInput
LiveClientRealtimeInput.Builder.build()
static LiveClientRealtimeInput
Deserializes 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.Builder
LiveClientMessage.Builder.realtimeInput
(LiveClientRealtimeInput realtimeInput) Setter for realtimeInput.