TeamsConversationUpdateRouteBuilder.AsInvoke(Boolean) 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.
Returns the current event route builder instance. For event routes, the invoke flag is ignored to prevent misconfiguration.
public Microsoft.Agents.Extensions.Teams.App.Builders.TeamsConversationUpdateRouteBuilder AsInvoke(bool isInvoke = true);
override this.AsInvoke : bool -> Microsoft.Agents.Extensions.Teams.App.Builders.TeamsConversationUpdateRouteBuilder
Public Function AsInvoke (Optional isInvoke As Boolean = true) As TeamsConversationUpdateRouteBuilder
Parameters
- isInvoke
- Boolean
Ignored
Returns
The current instance of TeamsConversationUpdateRouteBuilder.
Remarks
Conversation updates cannot be configured as invoke routes. This method always returns the current instance, regardless of the value of isInvoke.