inputDataSourceType property
- @Deprecated('Not supported. Member documentation may have more information.')
getter/setter pair
The source type of input data.
Required. Possible string values are:
- "INPUT_DATA_SOURCE_TYPE_UNSPECIFIED" : Unspecified InputDataSourceType. Should not be used.
- "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.
- "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.
Implementation
@core.Deprecated(
'Not supported. Member documentation may have more information.',
)
core.String? inputDataSourceType;