Udostępnij przez


LuisModelAttribute Klasa

Definicja

Informacje o modelu usługi LUIS.

[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
Dziedziczenie
LuisModelAttribute
Atrybuty
Implementuje

Konstruktory

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

Konstruowanie informacji o modelu usługi LUIS.

Właściwości

ApiVersion

Wersja interfejsu API zapytań do wywołania.

BingSpellCheckSubscriptionKey

Klucz subskrypcji sprawdzania pisowni Bing.

Domain

Domena, w której znajduje się aplikacja usługi LUIS.

Log

Wskazuje, czy rejestrowanie zapytań w usłudze LUIS jest dozwolone.

ModelID

Identyfikator GUID modelu usługi LUIS.

SpellCheck

Włącz sprawdzanie pisowni.

Staging

Użyj przejściowego punktu końcowego.

SubscriptionKey

Klucz subskrypcji dla usługi LUIS.

Threshold

Próg dla intencji oceniania najwyższego poziomu

TimezoneOffset

Przesunięcie strefy czasowej.

UriBase

Podstawowy identyfikator URI dla wywołań usługi LUIS.

Verbose

Flaga szczegółowa.

Metody

Equals(ILuisModel)

Informacje o modelu usługi LUIS.

Equals(Object)

Informacje o modelu usługi LUIS.

GetHashCode()

Informacje o modelu usługi LUIS.

ModifyRequest(LuisRequest)

Informacje o modelu usługi LUIS.

UriFor(LuisApiVersion, String)

Informacje o modelu usługi LUIS.

Jawne implementacje interfejsu

ILuisOptions.BingSpellCheckSubscriptionKey

Informacje o modelu usługi LUIS.

ILuisOptions.Log

Informacje o modelu usługi LUIS.

ILuisOptions.SpellCheck

Informacje o modelu usługi LUIS.

ILuisOptions.Staging

Informacje o modelu usługi LUIS.

ILuisOptions.TimezoneOffset

Informacje o modelu usługi LUIS.

ILuisOptions.Verbose

Informacje o modelu usługi LUIS.

Metody rozszerzania

Apply(ILuisOptions, ILuisOptions)

Informacje o modelu usługi LUIS.

Dotyczy