public enum GeneratorEvaluationConfig.InputDataSourceType extends Enum<GeneratorEvaluationConfig.InputDataSourceType> implements ProtocolMessageEnumEnumeration of input data source type.
Protobuf enum google.cloud.dialogflow.v2.GeneratorEvaluationConfig.InputDataSourceType
Implements
ProtocolMessageEnumStatic 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_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. |
INPUT_DATA_SOURCE_TYPE_UNSPECIFIED |
Unspecified InputDataSourceType. Should not be used. |
INPUT_DATA_SOURCE_TYPE_UNSPECIFIED_VALUE |
Unspecified InputDataSourceType. Should not be used. |
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_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. |
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() |
|