LuisModelAttribute Klasse

Definition

Die Informationen zum LUIS-Modell.

[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

Name Beschreibung
LuisModelAttribute(String, String, LuisApiVersion, String, Double)

Konstruiere die Informationen des LUIS-Modells.

Eigenschaften

Name Beschreibung
ApiVersion

Version der Abfrage-API aufrufen.

BingSpellCheckSubscriptionKey

Der Bing-Rechtschreibprüfungs-Abonnementschlüssel.

Domain

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

Log

Gibt an, ob das Loggen von Abfragen in LUIS erlaubt ist.

ModelID

Der GUID für das LUIS-Modell.

SpellCheck

Schalte die Rechtschreibprüfung ein.

Staging

Nutze den Staging-Endpunkt.

SubscriptionKey

Der Abonnementschlüssel für LUIS.

Threshold

Schwelle für die höchste Punktabsicht

TimezoneOffset

Die Zeitzone ist versetzt.

UriBase

Basis-URI für LUIS-Anrufe.

Verbose

Die wortreiche Flagge.

Methoden

Name Beschreibung
Equals(ILuisModel)

Die Informationen zum LUIS-Modell.

Equals(Object)

Die Informationen zum LUIS-Modell.

GetHashCode()

Die Informationen zum LUIS-Modell.

ModifyRequest(LuisRequest)

Die Informationen zum LUIS-Modell.

UriFor(LuisApiVersion, String)

Die Informationen zum LUIS-Modell.

Explizite Schnittstellenimplementierungen

Name Beschreibung
ILuisOptions.BingSpellCheckSubscriptionKey

Die Informationen zum LUIS-Modell.

ILuisOptions.Log

Die Informationen zum LUIS-Modell.

ILuisOptions.SpellCheck

Die Informationen zum LUIS-Modell.

ILuisOptions.Staging

Die Informationen zum LUIS-Modell.

ILuisOptions.TimezoneOffset

Die Informationen zum LUIS-Modell.

ILuisOptions.Verbose

Die Informationen zum LUIS-Modell.

Erweiterungsmethoden

Name Beschreibung
Apply(ILuisOptions, ILuisOptions)

Die Informationen zum LUIS-Modell.

Gilt für: