Dialogflow V2 API - Module Google::Cloud::Dialogflow::V2::GeneratorEvaluationConfig::InputDataSourceType (v1.13.0)

Reference documentation and code samples for the Dialogflow V2 API module Google::Cloud::Dialogflow::V2::GeneratorEvaluationConfig::InputDataSourceType.

Enumeration of input data source type.

Constants

INPUT_DATA_SOURCE_TYPE_UNSPECIFIED

value: 0
Unspecified InputDataSourceType. Should not be used.

AGENT_ASSIST_CONVERSATIONS

value: 1
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.

INSIGHTS_CONVERSATIONS

value: 2
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.