Interface LiveServerSetupComplete

Sent in response to a LiveGenerateContentSetup message from the client.

interface LiveServerSetupComplete {
    sessionId?: string;
}

Properties

Properties

sessionId?: string

The session id of the live session.