Dialogflow V2 API - Module Google::Cloud::Dialogflow::V2::SearchKnowledgeRequest::QuerySource (v1.4.0)

Reference documentation and code samples for the Dialogflow V2 API module Google::Cloud::Dialogflow::V2::SearchKnowledgeRequest::QuerySource.

The source of the query. We use QuerySource to distinguish queries directly entered by agents and suggested queries from Participants.SuggestKnowledgeAssist. If SUGGESTED_QUERY source is specified, we will treat it as a continuation of a SuggestKnowledgeAssist call.

Constants

QUERY_SOURCE_UNSPECIFIED

value: 0
Unknown query source.

AGENT_QUERY

value: 1
The query is from agents.

SUGGESTED_QUERY

value: 2
The query is a suggested query from Participants.SuggestKnowledgeAssist.