Google Cloud Dialogflow v2 API - Enum SearchKnowledgeRequest.Types.QuerySource (4.23.0)

public enum SearchKnowledgeRequest.Types.QuerySource

Reference documentation and code samples for the Google Cloud Dialogflow v2 API enum SearchKnowledgeRequest.Types.QuerySource.

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

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Fields

Name Description
AgentQuery

The query is from agents.

SuggestedQuery

The query is a suggested query from [Participants.SuggestKnowledgeAssist][google.cloud.dialogflow.v2.Participants.SuggestKnowledgeAssist].

Unspecified

Unknown query source.