Google Cloud Dialogflow V2 Client - Class InputDataSourceType (2.3.0)

Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class InputDataSourceType.

Enumeration of input data source type.

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

Namespace

Google \ Cloud \ Dialogflow \ V2 \ GeneratorEvaluationConfig

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

INPUT_DATA_SOURCE_TYPE_UNSPECIFIED

Value: 0

Unspecified InputDataSourceType. Should not be used.

Generated from protobuf enum INPUT_DATA_SOURCE_TYPE_UNSPECIFIED = 0;

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.

Generated from protobuf enum AGENT_ASSIST_CONVERSATIONS = 1;

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.

Generated from protobuf enum INSIGHTS_CONVERSATIONS = 2;