Package com.google.genai.types
Class LiveServerSetupComplete.Builder
-
- All Implemented Interfaces:
public abstract class LiveServerSetupComplete.BuilderBuilder for LiveServerSetupComplete.
-
-
Constructor Summary
Constructors Constructor Description LiveServerSetupComplete.Builder()
-
Method Summary
Modifier and Type Method Description abstract LiveServerSetupComplete.BuildersessionId(String sessionId)Setter for sessionId. LiveServerSetupComplete.BuilderclearSessionId()Clears the value of sessionId field. abstract LiveServerSetupCompletebuild()-
-
Method Detail
-
sessionId
abstract LiveServerSetupComplete.Builder sessionId(String sessionId)
Setter for sessionId.
sessionId: The session id of the live session.
-
clearSessionId
@CanIgnoreReturnValue() LiveServerSetupComplete.Builder clearSessionId()
Clears the value of sessionId field.
-
build
abstract LiveServerSetupComplete build()
-
-
-
-