LuisModelAttribute Klasse

Definition

Die LUIS-Modellinformationen.

[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Interface | System.AttributeTargets.Method, AllowMultiple=true)]
[System.Serializable]
public class LuisModelAttribute : Attribute, IEquatable<Microsoft.Bot.Builder.Luis.ILuisModel>, Microsoft.Bot.Builder.Luis.ILuisModel, Microsoft.Bot.Builder.Luis.ILuisOptions
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Interface | System.AttributeTargets.Method, AllowMultiple=true)>]
[<System.Serializable>]
type LuisModelAttribute = class
    inherit Attribute
    interface ILuisModel
    interface ILuisOptions
    interface IEquatable<ILuisModel>
Public Class LuisModelAttribute
Inherits Attribute
Implements IEquatable(Of ILuisModel), ILuisModel, ILuisOptions
Vererbung
LuisModelAttribute
Attribute
Implementiert

Konstruktoren

LuisModelAttribute(String, String, LuisApiVersion, String, Double)

Erstellen Sie die LUIS-Modellinformationen.

Eigenschaften

ApiVersion

Version der aufzurufenden Abfrage-API.

BingSpellCheckSubscriptionKey

Der Bing-Rechtschreibprüfung-Abonnementschlüssel.

Domain

Domäne, in der sich die LUIS-Anwendung befindet.

Log

Gibt an, ob die Protokollierung von Abfragen an LUIS zulässig ist.

ModelID

Die GUID für das LUIS-Modell.

SpellCheck

Aktivieren Sie die Rechtschreibprüfung.

Staging

Verwenden Sie den Stagingendpunkt.

SubscriptionKey

Der Abonnementschlüssel für LUIS.

Threshold

Schwellenwert für die Absicht mit der höchsten Bewertung

TimezoneOffset

Der Zeitzonenoffset.

UriBase

Basis-URI für LUIS-Aufrufe.

Verbose

Das ausführliche Flag.

Methoden

Equals(ILuisModel)

Die LUIS-Modellinformationen.

Equals(Object)

Die LUIS-Modellinformationen.

GetHashCode()

Die LUIS-Modellinformationen.

ModifyRequest(LuisRequest)

Die LUIS-Modellinformationen.

UriFor(LuisApiVersion, String)

Die LUIS-Modellinformationen.

Explizite Schnittstellenimplementierungen

ILuisOptions.BingSpellCheckSubscriptionKey

Die LUIS-Modellinformationen.

ILuisOptions.Log

Die LUIS-Modellinformationen.

ILuisOptions.SpellCheck

Die LUIS-Modellinformationen.

ILuisOptions.Staging

Die LUIS-Modellinformationen.

ILuisOptions.TimezoneOffset

Die LUIS-Modellinformationen.

ILuisOptions.Verbose

Die LUIS-Modellinformationen.

Erweiterungsmethoden

Apply(ILuisOptions, ILuisOptions)

Die LUIS-Modellinformationen.

Gilt für: