LiveServerSetupComplete

@Serializable
data class LiveServerSetupComplete(val sessionId: String? = null, val voiceConsentSignature: VoiceConsentSignature? = null)

Sent in response to a LiveGenerateContentSetup message from the client.

Constructors

Link copied to clipboard
constructor(sessionId: String? = null, voiceConsentSignature: VoiceConsentSignature? = null)

Properties

Link copied to clipboard
val sessionId: String? = null

The session id of the live session.

Link copied to clipboard

Signature of the verified consent audio. This is populated when the request has a ReplicatedVoiceConfig with consent_audio set, if the consent verification was successful. This may be used in a subsequent request instead of the consent_audio to verify the same consent.