Microsoft.Teams.AI.AI.Action 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.
Classes
| ActionAttribute |
Attribute that marks a method as an action. |
| ActionNameAttribute |
Attribute to represent the action name parameter of an action method. |
| ActionParameterAttribute |
Attribute that marks a method parameter as an action parameter. |
| ActionParametersAttribute |
Attribute to represent the action parameters of an action method. |
| ActionTurnContextAttribute |
Attribute to represent the ITurnContext parameter of an action method. |
| ActionTurnStateAttribute |
Attribute to represent the TurnState parameter of an action method. |
Interfaces
| IActionHandler<TState> |
Handler to perform the action. |