Compartilhar via


RegexRecognizer.Intents Propriedade

Definição

Obtém ou define padrões de intenção para reconhecer intenções usando expressões regulares.

public System.Collections.Generic.List<Microsoft.Bot.Builder.Dialogs.Adaptive.Recognizers.IntentPattern> Intents { get; set; }
member this.Intents : System.Collections.Generic.List<Microsoft.Bot.Builder.Dialogs.Adaptive.Recognizers.IntentPattern> with get, set
Public Property Intents As List(Of IntentPattern)

Valor da propriedade

Dicionário de padrões –> Nomes de intenção.

Aplica-se a