TempState Class
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.
Temporary state.
public class TempState : Microsoft.Teams.AI.State.Record
type TempState = class
inherit Record
Public Class TempState
Inherits Record
- Inheritance
Inherit a new class from this base abstract class to strongly type the applications temp state.
Temp |
Creates a new instance of the TempState class. |
Action |
Name of the action outputs property. |
Auth |
Name of the auth tokens property. |
Duplicate |
Name of the duplicate token exchange property |
Input |
Name of the input property. |
Output |
Name of the output property. |
Action |
All outputs returned from the action sequence that was executed. |
Auth |
All tokens acquired after sign-in for current activity |
Duplicate |
Whether current token exchange is a duplicate one |
Input |
Input passed to an AI prompt |
Output |
Output returned from an AI prompt or function |
Get<T>(String) |
Gets the value from the dictionary. (Inherited from Record) |
Set<T>(String, T) |
Sets value in the dictionary. (Inherited from Record) |
Try |
Tries to get the value from the dictionary. (Inherited from Record) |
Producto | Versiones |
---|---|
Microsoft Teams Framework .NET SDK | Latest |