次の方法で共有


QnASearchResult interface

検索結果を表します。

プロパティ

answer

答える。

answerSpan

ユーザーの質問に関する QnA の回答スパン オブジェクト。

context

QnA のコンテキスト オブジェクト

id

QnA 結果の ID。

metadata

メタデータの一覧。

questions

質問の一覧。

score

検索結果スコア。

source

QnA 結果のソース。

プロパティの詳細

answer

答える。

answer?: string

プロパティ値

string

answerSpan

ユーザーの質問に関する QnA の回答スパン オブジェクト。

answerSpan?: QnASearchResultAnswerSpan

プロパティ値

context

QnA のコンテキスト オブジェクト

context?: QnASearchResultContext

プロパティ値

id

QnA 結果の ID。

id?: number

プロパティ値

number

metadata

メタデータの一覧。

metadata?: MetadataDTO[]

プロパティ値

questions

質問の一覧。

questions?: string[]

プロパティ値

string[]

score

検索結果スコア。

score?: number

プロパティ値

number

source

QnA 結果のソース。

source?: string

プロパティ値

string