AgentApplicationBuilder.SetNormalizeMentions(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 normalization of mentions for incoming messages. Default state for normalizeMentions is true
public Microsoft.Agents.Builder.App.AgentApplicationBuilder SetNormalizeMentions(bool normalizeMentions);
member this.SetNormalizeMentions : bool -> Microsoft.Agents.Builder.App.AgentApplicationBuilder
Public Function SetNormalizeMentions (normalizeMentions As Boolean) As AgentApplicationBuilder
Parameters
- normalizeMentions
- Boolean
The boolean for normalizing recipient mentions.
Returns
The ApplicationBuilder instance.