Share via


ConversationLanguageUnderstandingActionContent.TargetProjectParameters Property

Definition

A dictionary representing the parameters for each target project. Please note AnalysisConfig is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include ConversationConfig, LuisConfig and QuestionAnsweringConfig.

public System.Collections.Generic.IDictionary<string,Azure.AI.Language.Conversations.Models.AnalysisConfig> TargetProjectParameters { get; }
member this.TargetProjectParameters : System.Collections.Generic.IDictionary<string, Azure.AI.Language.Conversations.Models.AnalysisConfig>
Public ReadOnly Property TargetProjectParameters As IDictionary(Of String, AnalysisConfig)

Property Value

Applies to