QnASearchResult interface

検索結果を表します。

プロパティ

answer

回答

answerSpan

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

context

QnA の Context オブジェクト

id

QnA 結果の ID。

metadata

メタデータの一覧。

questions

質問の一覧。

score

検索結果スコア。

source

QnA 結果のソース。

プロパティの詳細

answer

回答

answer?: string

プロパティ値

string

answerSpan

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

answerSpan?: QnASearchResultAnswerSpan

プロパティ値

context

QnA の Context オブジェクト

context?: QnASearchResultContext

プロパティ値

id

QnA 結果の ID。

id?: number

プロパティ値

number

metadata

メタデータの一覧。

metadata?: MetadataDTO[]

プロパティ値

questions

質問の一覧。

questions?: string[]

プロパティ値

string[]

score

検索結果スコア。

score?: number

プロパティ値

number

source

QnA 結果のソース。

source?: string

プロパティ値

string