Google Cloud Contact Center Insights V1 Client - Class QuerySource (2.1.0)

Reference documentation and code samples for the Google Cloud Contact Center Insights V1 Client class QuerySource.

The source of the query.

Protobuf type google.cloud.contactcenterinsights.v1.RuntimeAnnotation.UserInput.QuerySource

Namespace

Google \ Cloud \ ContactCenterInsights \ V1 \ RuntimeAnnotation \ UserInput

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

QUERY_SOURCE_UNSPECIFIED

Value: 0

Unknown query source.

Generated from protobuf enum QUERY_SOURCE_UNSPECIFIED = 0;

AGENT_QUERY

Value: 1

The query is from agents.

Generated from protobuf enum AGENT_QUERY = 1;

SUGGESTED_QUERY

Value: 2

The query is a query from previous suggestions, e.g. from a preceding SuggestKnowledgeAssist response.

Generated from protobuf enum SUGGESTED_QUERY = 2;