LuisModelAttribute 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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
- 继承
-
LuisModelAttribute
- 属性
- 实现
构造函数
LuisModelAttribute(String, String, LuisApiVersion, String, Double) |
构造 LUIS 模型信息。 |
属性
ApiVersion |
要调用的查询 API 的版本。 |
BingSpellCheckSubscriptionKey |
必应拼写检查订阅密钥。 |
Domain |
LUIS 应用程序所在的域。 |
Log |
指示是否允许将查询记录到 LUIS。 |
ModelID |
LUIS 模型的 GUID。 |
SpellCheck |
打开拼写检查。 |
Staging |
使用暂存终结点。 |
SubscriptionKey |
LUIS 的订阅密钥。 |
Threshold |
最高评分意向的阈值 |
TimezoneOffset |
时区偏移量。 |
UriBase |
LUIS 调用的基 URI。 |
Verbose |
详细标志。 |
方法
Equals(ILuisModel) |
LUIS 模型信息。 |
Equals(Object) |
LUIS 模型信息。 |
GetHashCode() |
LUIS 模型信息。 |
ModifyRequest(LuisRequest) |
LUIS 模型信息。 |
UriFor(LuisApiVersion, String) |
LUIS 模型信息。 |
显式接口实现
ILuisOptions.BingSpellCheckSubscriptionKey |
LUIS 模型信息。 |
ILuisOptions.Log |
LUIS 模型信息。 |
ILuisOptions.SpellCheck |
LUIS 模型信息。 |
ILuisOptions.Staging |
LUIS 模型信息。 |
ILuisOptions.TimezoneOffset |
LUIS 模型信息。 |
ILuisOptions.Verbose |
LUIS 模型信息。 |
扩展方法
Apply(ILuisOptions, ILuisOptions) |
LUIS 模型信息。 |