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 SessionResumptionConfigSessionResumptionConfig.Builder.build()static SessionResumptionConfigDeserializes 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.BuilderLiveClientSetup.Builder.sessionResumption(SessionResumptionConfig sessionResumption) Setter for sessionResumption.abstract LiveConnectConfig.BuilderLiveConnectConfig.Builder.sessionResumption(SessionResumptionConfig sessionResumption) Setter for sessionResumption.