SetTestOptionsMiddleware Class
Definition
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.
Middleware that catch "SetTestOptions" event and save into "Conversation.TestOptions".
public class SetTestOptionsMiddleware : Microsoft.Bot.Builder.IMiddleware
type SetTestOptionsMiddleware = class
interface IMiddleware
Public Class SetTestOptionsMiddleware
Implements IMiddleware
- Inheritance
-
SetTestOptionsMiddleware
- Implements
Constructors
SetTestOptionsMiddleware() |
Initializes a new instance of the SetTestOptionsMiddleware class. |
Methods
OnTurnAsync(ITurnContext, NextDelegate, CancellationToken) |
Processes an incoming event activity. |