Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class SearchKnowledgeResponse.
The response message for Conversations.SearchKnowledge .
Generated from protobuf message google.cloud.dialogflow.v2.SearchKnowledgeResponse
Namespace
Google \ Cloud \ Dialogflow \ V2Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ answers
array< SearchKnowledgeAnswer
>
Most relevant snippets extracted from articles in the given knowledge base, ordered by confidence.
↳ rewritten_query
string
The rewritten query used to search knowledge.
↳ search_knowledge_debug_info
getAnswers
Most relevant snippets extracted from articles in the given knowledge base, ordered by confidence.
setAnswers
Most relevant snippets extracted from articles in the given knowledge base, ordered by confidence.
$this
getRewrittenQuery
The rewritten query used to search knowledge.
string
setRewrittenQuery
The rewritten query used to search knowledge.
var
string
$this
getSearchKnowledgeDebugInfo
Debug info for SearchKnowledge.
hasSearchKnowledgeDebugInfo
clearSearchKnowledgeDebugInfo
setSearchKnowledgeDebugInfo
Debug info for SearchKnowledge.
$this

