Firebase.AI.LiveSessionResumptionUpdate

An update of the session resumption state.

Summary

Warning: This API is in Public Preview, which means that the feature is not subject to any SLA or deprecation policy and could change in backwards-incompatible ways.

Inheritance

Inherits from: Firebase.AI.ILiveSessionMessage

Properties

LastConsumedClientMessageIndex
readonly int
The index of the last client message that is included in the state represented by this update.
NewHandle
readonly string
The new handle that represents the state that can be resumed.
Resumable
readonly bool
Indicates if the session can be resumed at this point.

Properties

LastConsumedClientMessageIndex

readonly int Firebase::AI::LiveSessionResumptionUpdate::LastConsumedClientMessageIndex

The index of the last client message that is included in the state represented by this update.

NewHandle

readonly string Firebase::AI::LiveSessionResumptionUpdate::NewHandle

The new handle that represents the state that can be resumed.

Empty if resumable is false.

Resumable

readonly bool Firebase::AI::LiveSessionResumptionUpdate::Resumable

Indicates if the session can be resumed at this point.