TeamsFeedbackRouteBuilder.WithHandler(TeamsFeedbackLoopHandler) 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.
Assigns the specified Teams feedback loop handler to the current route.
public Microsoft.Agents.Extensions.MSTeams.App.TeamsFeedbackRouteBuilder WithHandler(Microsoft.Agents.Extensions.MSTeams.App.TeamsFeedbackLoopHandler handler);
member this.WithHandler : Microsoft.Agents.Extensions.MSTeams.App.TeamsFeedbackLoopHandler -> Microsoft.Agents.Extensions.MSTeams.App.TeamsFeedbackRouteBuilder
Public Function WithHandler (handler As TeamsFeedbackLoopHandler) As TeamsFeedbackRouteBuilder
Parameters
- handler
- TeamsFeedbackLoopHandler
The Teams feedback loop handler to associate with the route.
Returns
The current builder instance.