Uses of Class
com.google.genai.types.LiveServerSessionResumptionUpdate
Packages that use LiveServerSessionResumptionUpdate
-
Uses of LiveServerSessionResumptionUpdate in com.google.genai.types
Methods in com.google.genai.types that return LiveServerSessionResumptionUpdateModifier and TypeMethodDescriptionabstract LiveServerSessionResumptionUpdate
LiveServerSessionResumptionUpdate.Builder.build()
Deserializes a JSON string to a LiveServerSessionResumptionUpdate object.Methods in com.google.genai.types that return types with arguments of type LiveServerSessionResumptionUpdateModifier and TypeMethodDescriptionabstract Optional<LiveServerSessionResumptionUpdate>
LiveServerMessage.sessionResumptionUpdate()
Update of the session resumption state.Methods in com.google.genai.types with parameters of type LiveServerSessionResumptionUpdateModifier and TypeMethodDescriptionabstract LiveServerMessage.Builder
LiveServerMessage.Builder.sessionResumptionUpdate
(LiveServerSessionResumptionUpdate sessionResumptionUpdate) Setter for sessionResumptionUpdate.