LuisModelAttribute.Domain 属性

定义

LUIS 应用程序所在的域。

public string Domain { get; set; }
member this.Domain : string with get, set
Public Property Domain As String

属性值

注解

Null 表示 V1 API 的默认值 api.projectoxford.ai,V2 api 为 westus.api.cognitive.microsoft.com。

适用于