Firebase. AI. LiveSessionResumptionUpdate
An update of the session resumption state.
Summary
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.