FeedbackRouteBuilderBase<TBuilder>.WithHandlerCore Method
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.
Configures the route to handle feedback loop submissions using the specified handler.
protected TBuilder WithHandlerCore(Microsoft.Agents.Builder.App.FeedbackLoopHandler handler);
member this.WithHandlerCore : Microsoft.Agents.Builder.App.FeedbackLoopHandler -> 'Builder
Protected Function WithHandlerCore (handler As FeedbackLoopHandler) As TBuilder
Parameters
- handler
- FeedbackLoopHandler
The handler to invoke when a matching feedback loop activity is received.
Returns
The current builder instance.