AgentApplicationBuilder.SetRemoveRecipientMention(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.
Configures the removing of mentions of the Agent's name from incoming messages. Default state for removeRecipientMention is true
public Microsoft.Agents.Builder.App.AgentApplicationBuilder SetRemoveRecipientMention(bool removeRecipientMention);
member this.SetRemoveRecipientMention : bool -> Microsoft.Agents.Builder.App.AgentApplicationBuilder
Public Function SetRemoveRecipientMention (removeRecipientMention As Boolean) As AgentApplicationBuilder
Parameters
- removeRecipientMention
- Boolean
The boolean for removing recipient mentions.
Returns
The ApplicationBuilder instance.