Firebase.AI.SessionResumptionConfig

Configuration for the session resumption mechanism.

Summary

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.