Firebase.AI.SessionResumptionConfig

Configuration for the session resumption mechanism.

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.

Constructors and Destructors

SessionResumptionConfig()
Create a new, resumable Session.
SessionResumptionConfig(string handle)
Resume a previous Session with the given handle.

Properties

Handle
string
The session resumption handle of the previous session to restore.

Properties

Handle

string Handle

The session resumption handle of the previous session to restore.

Public functions

SessionResumptionConfig

 SessionResumptionConfig()

Create a new, resumable Session.

SessionResumptionConfig

 SessionResumptionConfig(
  string handle
)

Resume a previous Session with the given handle.