Microsoft.Teams.AI.State Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Memory |
Forks an existing memory. A memory fork is a memory that is a copy of another memory, but can be modified without affecting the original memory. |
Record |
The class representing a record. |
Temp |
Temporary state. |
Turn |
Base class defining a collection of turn state scopes.
Developers can create a derived class that extends |
Turn |
Accessor class for managing an individual state scope. |
IMemory |
Represents a memory, a key-value store that can be used to store and retrieve values. |
ITurn |
The turn state interface. |