google-genai
Toggle table of contents
JVM
Platform filter
JVM
Switch theme
Search in API
google-genai
google-genai
/
com.google.genai.types
/
SessionResumptionConfig
/
Builder
Builder
public
abstract
class
Builder
Builder for SessionResumptionConfig.
Members
Constructors
Session
Resumption
Config.
Builder
Link copied to clipboard
public
void
SessionResumptionConfig.Builder
(
)
Functions
build
Link copied to clipboard
public
abstract
SessionResumptionConfig
build
(
)
clear
Handle
Link copied to clipboard
@
CanIgnoreReturnValue
(
)
public
SessionResumptionConfig.Builder
clearHandle
(
)
Clears the value of handle field.
clear
Transparent
Link copied to clipboard
@
CanIgnoreReturnValue
(
)
public
SessionResumptionConfig.Builder
clearTransparent
(
)
Clears the value of transparent field.
handle
Link copied to clipboard
public
abstract
SessionResumptionConfig.Builder
handle
(
String
handle
)
Setter for handle.
transparent
Link copied to clipboard
public
abstract
SessionResumptionConfig.Builder
transparent
(
boolean transparent
)
Setter for transparent.