QueryResult.Id 属性

定义

获取或设置知识库中答案的索引。 V3 使用“qnaId”,V4 使用“id”。

public int Id { get; set; }
member this.Id : int with get, set
Public Property Id As Integer

属性值

知识库中答案的索引。 V3 使用“qnaId”,V4 使用“id”。

适用于