Module: Google::Cloud::Dialogflow::V2::SearchKnowledgeRequest::QuerySource

Defined in:
proto_docs/google/cloud/dialogflow/v2/conversation.rb

Overview

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.

Constant Summary collapse

QUERY_SOURCE_UNSPECIFIED =

Unknown query source.

0
AGENT_QUERY =

The query is from agents.

1
SUGGESTED_QUERY =

The query is a suggested query from Participants.SuggestKnowledgeAssist.

2