2024 年 7 月 31 日をもって、Google ビジネス メッセージはご利用いただけなくなります。詳しくは
こちらをご覧ください。
Answer
JSON 表現 |
{
"faqQuestion": string,
"faqAnswer": string,
"matchConfidenceLevel": enum (MatchConfidenceLevel ),
"matchConfidence": number
} |
フィールド |
faqQuestion |
string
FAQ 質問。回答が FAQ ドキュメントから抽出された場合。
|
faqAnswer |
string
設定済みのナレッジベースに含まれる、ユーザーの質問に回答するテキスト。
|
matchConfidenceLevel |
enum (MatchConfidenceLevel )
この回答がユーザーの質問と適切に一致している信頼度。
|
matchConfidence |
number
この回答がユーザーの質問と適切であるという信頼スコア。 範囲は 0.0(完全に不確実)~ 1.0(完全に確実)です。
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-08-22 UTC。
[null,null,["最終更新日 2024-08-22 UTC。"],[[["A FAQ answer contains the question, answer, confidence level, and confidence score."],["`faqQuestion` and `faqAnswer` fields store the question and its corresponding answer as strings."],["`matchConfidenceLevel` is an enum representing the system's confidence in the answer's relevance to the question."],["`matchConfidence` provides a numerical score (0.0-1.0) indicating the certainty of the answer being a good match."]]],[]]