31 lipca 2024 r. wycofamy Google Business Messages. Więcej informacji znajdziesz
tutaj.
Answer
Treść odpowiedzi na najczęstsze pytania.
Zapis JSON |
{
"faqQuestion": string,
"faqAnswer": string,
"matchConfidenceLevel": enum (MatchConfidenceLevel ),
"matchConfidence": number
} |
Pola |
faqQuestion |
string
Pytanie z najczęstszymi pytaniami, jeśli odpowiedź została wyodrębniona z dokumentu z najczęstszymi pytaniami.
|
faqAnswer |
string
Tekst ze skonfigurowanej bazy wiedzy, który odpowiada na pytanie użytkownika.
|
matchConfidenceLevel |
enum (MatchConfidenceLevel )
Poziom pewności, że ta odpowiedź pasuje do pytania użytkownika.
|
matchConfidence |
number
Wskaźnik ufności, że ta odpowiedź pasuje do pytania użytkownika. Zakres wynosi od 0,0 (zupełnie niepewne) do 1,0 (zupełnie pewne).
|
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2024-08-22 UTC.
[null,null,["Ostatnia aktualizacja: 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."]]],[]]