LuisModelAttribute Klass
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
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
- Arv
-
LuisModelAttribute
- Attribut
- Implementeringar
Konstruktorer
LuisModelAttribute(String, String, LuisApiVersion, String, Double) |
Konstruera LUIS-modellinformationen. |
Egenskaper
ApiVersion |
Version av fråge-API som ska anropas. |
BingSpellCheckSubscriptionKey |
Prenumerationsnyckeln för stavningskontroll i Bing. |
Domain |
Domän där LUIS-programmet finns. |
Log |
Anger om loggning av frågor till LUIS tillåts. |
ModelID |
GUID för LUIS-modellen. |
SpellCheck |
Aktivera stavningskontroll. |
Staging |
Använd mellanlagringsslutpunkten. |
SubscriptionKey |
Prenumerationsnyckeln för LUIS. |
Threshold |
Tröskelvärde för avsikt med högst poäng |
TimezoneOffset |
Tidszonsförskjutningen. |
UriBase |
Bas-URI för LUIS-anrop. |
Verbose |
Den utförliga flaggan. |
Metoder
Equals(ILuisModel) |
LUIS-modellinformationen. |
Equals(Object) |
LUIS-modellinformationen. |
GetHashCode() |
LUIS-modellinformationen. |
ModifyRequest(LuisRequest) |
LUIS-modellinformationen. |
UriFor(LuisApiVersion, String) |
LUIS-modellinformationen. |
Explicita gränssnittsimplementeringar
ILuisOptions.BingSpellCheckSubscriptionKey |
LUIS-modellinformationen. |
ILuisOptions.Log |
LUIS-modellinformationen. |
ILuisOptions.SpellCheck |
LUIS-modellinformationen. |
ILuisOptions.Staging |
LUIS-modellinformationen. |
ILuisOptions.TimezoneOffset |
LUIS-modellinformationen. |
ILuisOptions.Verbose |
LUIS-modellinformationen. |
Tilläggsmetoder
Apply(ILuisOptions, ILuisOptions) |
LUIS-modellinformationen. |