你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
DetectorResponse 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
DetectorResponse() |
初始化 DetectorResponse 类的新实例。 |
DetectorResponse(String, String, String, String, DetectorInfo, IList<DiagnosticData>, Status, IList<DataProviderMetadata>, QueryUtterancesResults) |
初始化 DetectorResponse 类的新实例。 |
DetectorResponse()
初始化 DetectorResponse 类的新实例。
public DetectorResponse ();
Public Sub New ()
适用于
DetectorResponse(String, String, String, String, DetectorInfo, IList<DiagnosticData>, Status, IList<DataProviderMetadata>, QueryUtterancesResults)
初始化 DetectorResponse 类的新实例。
public DetectorResponse (string id = default, string name = default, string kind = default, string type = default, Microsoft.Azure.Management.WebSites.Models.DetectorInfo metadata = default, System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.DiagnosticData> dataset = default, Microsoft.Azure.Management.WebSites.Models.Status status = default, System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.DataProviderMetadata> dataProvidersMetadata = default, Microsoft.Azure.Management.WebSites.Models.QueryUtterancesResults suggestedUtterances = default);
new Microsoft.Azure.Management.WebSites.Models.DetectorResponse : string * string * string * string * Microsoft.Azure.Management.WebSites.Models.DetectorInfo * System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.DiagnosticData> * Microsoft.Azure.Management.WebSites.Models.Status * System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.DataProviderMetadata> * Microsoft.Azure.Management.WebSites.Models.QueryUtterancesResults -> Microsoft.Azure.Management.WebSites.Models.DetectorResponse
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional kind As String = Nothing, Optional type As String = Nothing, Optional metadata As DetectorInfo = Nothing, Optional dataset As IList(Of DiagnosticData) = Nothing, Optional status As Status = Nothing, Optional dataProvidersMetadata As IList(Of DataProviderMetadata) = Nothing, Optional suggestedUtterances As QueryUtterancesResults = Nothing)
参数
- id
- String
资源 ID。
- name
- String
资源名称。
- kind
- String
资源类型。
- type
- String
资源类型。
- metadata
- DetectorInfo
检测器的元数据
- dataset
- IList<DiagnosticData>
数据集
- status
- Status
指示最严重的见解的状态。
- dataProvidersMetadata
- IList<DataProviderMetadata>
UI 要使用的不同数据访问接口的其他配置
- suggestedUtterances
- QueryUtterancesResults
检测器可能适用的建议话语。