Share via


ConversationAuthoringProjectSettings(Single) Constructor

Definition

Initializes a new instance of ConversationAuthoringProjectSettings.

public ConversationAuthoringProjectSettings(float confidenceThreshold);
new Azure.AI.Language.Conversations.Authoring.ConversationAuthoringProjectSettings : single -> Azure.AI.Language.Conversations.Authoring.ConversationAuthoringProjectSettings
Public Sub New (confidenceThreshold As Single)

Parameters

confidenceThreshold
Single

The threshold of the intent with the highest confidence, at which the prediction will automatically be changed to "None". The value of the threshold should be between 0 and 1 inclusive.

Applies to