Uses of Class
com.google.genai.types.SessionResumptionConfig
Packages that use SessionResumptionConfig
-
Uses of SessionResumptionConfig in com.google.genai.types
Methods in com.google.genai.types that return SessionResumptionConfigModifier and TypeMethodDescriptionabstract SessionResumptionConfig
SessionResumptionConfig.Builder.build()
static SessionResumptionConfig
Deserializes a JSON string to a SessionResumptionConfig object.Methods in com.google.genai.types that return types with arguments of type SessionResumptionConfigModifier and TypeMethodDescriptionabstract Optional<SessionResumptionConfig>
LiveClientSetup.sessionResumption()
Configures session resumption mechanism.abstract Optional<SessionResumptionConfig>
LiveConnectConfig.sessionResumption()
Configures session resumption mechanism.Methods in com.google.genai.types with parameters of type SessionResumptionConfigModifier and TypeMethodDescriptionabstract LiveClientSetup.Builder
LiveClientSetup.Builder.sessionResumption
(SessionResumptionConfig sessionResumption) abstract LiveConnectConfig.Builder
LiveConnectConfig.Builder.sessionResumption
(SessionResumptionConfig sessionResumption)