Enum GeneratorEvaluationConfig.InputDataSourceType (4.87.0)

public enum GeneratorEvaluationConfig.InputDataSourceType extends Enum<GeneratorEvaluationConfig.InputDataSourceType> implements ProtocolMessageEnum

Enumeration of input data source type.

Protobuf enum google.cloud.dialogflow.v2.GeneratorEvaluationConfig.InputDataSourceType

Implements

ProtocolMessageEnum

Static Fields

Name Description
AGENT_ASSIST_CONVERSATIONS

Fetch data from Agent Assist storage. If this source type is chosen, input_data_config.start_time and input_data_config.end_timestamp must be provided.

AGENT_ASSIST_CONVERSATIONS = 1;

AGENT_ASSIST_CONVERSATIONS_VALUE

Fetch data from Agent Assist storage. If this source type is chosen, input_data_config.start_time and input_data_config.end_timestamp must be provided.

AGENT_ASSIST_CONVERSATIONS = 1;

INPUT_DATA_SOURCE_TYPE_UNSPECIFIED

Unspecified InputDataSourceType. Should not be used.

INPUT_DATA_SOURCE_TYPE_UNSPECIFIED = 0;

INPUT_DATA_SOURCE_TYPE_UNSPECIFIED_VALUE

Unspecified InputDataSourceType. Should not be used.

INPUT_DATA_SOURCE_TYPE_UNSPECIFIED = 0;

INSIGHTS_CONVERSATIONS

Fetch data from Insights storage. If this source type is chosen, input_data_config.start_time and input_data_config.end_timestamp must be provided.

INSIGHTS_CONVERSATIONS = 2;

INSIGHTS_CONVERSATIONS_VALUE

Fetch data from Insights storage. If this source type is chosen, input_data_config.start_time and input_data_config.end_timestamp must be provided.

INSIGHTS_CONVERSATIONS = 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()