Represents a suggestion for a human agent.
JSON representation |
---|
{ "name" : string , "articles" : [ { object ( |
Fields | |
---|---|
name
|
Output only. The name of this suggestion. Format: |
articles[]
|
Output only. Articles ordered by score in descending order. |
faqAnswers[]
|
Output only. Answers extracted from FAQ documents. |
createTime
|
Output only. The time the suggestion was created. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
Article
Represents suggested article.
JSON representation |
---|
{ "title" : string , "uri" : string , "snippets" : [ string ] , "metadata" : { string : string , ... } , "answerRecord" : string } |
Fields | |
---|---|
title
|
Output only. The article title. |
uri
|
Output only. The article URI. |
snippets[]
|
Output only. Article snippets. |
metadata
|
Output only. A map that contains metadata about the answer and the document from which it originates. An object containing a list of |
answerRecord
|
Output only. The name of answer record, in the format of "projects/ |
FaqAnswer
Represents suggested answer from "frequently asked questions".
JSON representation |
---|
{ "answer" : string , "confidence" : number , "question" : string , "source" : string , "metadata" : { string : string , ... } , "answerRecord" : string } |
Fields | |
---|---|
answer
|
Output only. The piece of text from the |
confidence
|
The system's confidence score that this Knowledge answer is a good match for this conversational query, range from 0.0 (completely uncertain) to 1.0 (completely certain). |
question
|
Output only. The corresponding FAQ question. |
source
|
Output only. Indicates which Knowledge Document this answer was extracted from. Format: |
metadata
|
Output only. A map that contains metadata about the answer and the document from which it originates. An object containing a list of |
answerRecord
|
Output only. The name of answer record, in the format of "projects/ |