Share via


AgentApplicationBuilder.SetNormalizeMentions(Boolean) Method

Definition

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.

Applies to