Enum RuntimeAnnotation.UserInput.QuerySource (2.52.0)

public enum RuntimeAnnotation.UserInput.QuerySource extends Enum<RuntimeAnnotation.UserInput.QuerySource> implements ProtocolMessageEnum

The source of the query.

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
AGENT_QUERY

The query is from agents.

AGENT_QUERY = 1;

AGENT_QUERY_VALUE

The query is from agents.

AGENT_QUERY = 1;

QUERY_SOURCE_UNSPECIFIED

Unknown query source.

QUERY_SOURCE_UNSPECIFIED = 0;

QUERY_SOURCE_UNSPECIFIED_VALUE

Unknown query source.

QUERY_SOURCE_UNSPECIFIED = 0;

SUGGESTED_QUERY

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

SUGGESTED_QUERY = 2;

SUGGESTED_QUERY_VALUE

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

SUGGESTED_QUERY = 2;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()