Leer en inglés

Compartir a través de


Microsoft.Teams.AI.State Namespace

Classes

MemoryFork

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.

TempState

Temporary state.

TurnState

Base class defining a collection of turn state scopes. Developers can create a derived class that extends TurnState to add additional state scopes.

TurnStateEntry

Accessor class for managing an individual state scope.

Interfaces

IMemory

Represents a memory, a key-value store that can be used to store and retrieve values.

ITurnState<TConversationState,TUserState,TTempState>

The turn state interface.