Reference documentation and code samples for the Dialogflow V2 API class Google::Cloud::Dialogflow::V2::GeneratorEvaluationConfig::InputDataConfig.
Input data config details
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#agent_assist_input_data_config
def agent_assist_input_data_config() -> ::Google::Cloud::Dialogflow::V2::GeneratorEvaluationConfig::AgentAssistInputDataConfig-
(::Google::Cloud::Dialogflow::V2::GeneratorEvaluationConfig::AgentAssistInputDataConfig) — The distinctive configs for Agent Assist conversations as the
conversation source.
Note: The following fields are mutually exclusive:
agent_assist_input_data_config,dataset_input_data_config. If a field in that set is populated, all other fields in the set will automatically be cleared.
#agent_assist_input_data_config=
def agent_assist_input_data_config=(value) -> ::Google::Cloud::Dialogflow::V2::GeneratorEvaluationConfig::AgentAssistInputDataConfig-
value (::Google::Cloud::Dialogflow::V2::GeneratorEvaluationConfig::AgentAssistInputDataConfig) — The distinctive configs for Agent Assist conversations as the
conversation source.
Note: The following fields are mutually exclusive:
agent_assist_input_data_config,dataset_input_data_config. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::Dialogflow::V2::GeneratorEvaluationConfig::AgentAssistInputDataConfig) — The distinctive configs for Agent Assist conversations as the
conversation source.
Note: The following fields are mutually exclusive:
agent_assist_input_data_config,dataset_input_data_config. If a field in that set is populated, all other fields in the set will automatically be cleared.
#dataset_input_data_config
def dataset_input_data_config() -> ::Google::Cloud::Dialogflow::V2::GeneratorEvaluationConfig::DatasetInputDataConfig-
(::Google::Cloud::Dialogflow::V2::GeneratorEvaluationConfig::DatasetInputDataConfig) — The distinctive configs for dataset as the conversation source.
Note: The following fields are mutually exclusive:
dataset_input_data_config,agent_assist_input_data_config. If a field in that set is populated, all other fields in the set will automatically be cleared.
#dataset_input_data_config=
def dataset_input_data_config=(value) -> ::Google::Cloud::Dialogflow::V2::GeneratorEvaluationConfig::DatasetInputDataConfig-
value (::Google::Cloud::Dialogflow::V2::GeneratorEvaluationConfig::DatasetInputDataConfig) — The distinctive configs for dataset as the conversation source.
Note: The following fields are mutually exclusive:
dataset_input_data_config,agent_assist_input_data_config. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::Dialogflow::V2::GeneratorEvaluationConfig::DatasetInputDataConfig) — The distinctive configs for dataset as the conversation source.
Note: The following fields are mutually exclusive:
dataset_input_data_config,agent_assist_input_data_config. If a field in that set is populated, all other fields in the set will automatically be cleared.
#end_time
def end_time() -> ::Google::Protobuf::Timestamp- (::Google::Protobuf::Timestamp) — Optional. The end timestamp to fetch conversation data.
#end_time=
def end_time=(value) -> ::Google::Protobuf::Timestamp- value (::Google::Protobuf::Timestamp) — Optional. The end timestamp to fetch conversation data.
- (::Google::Protobuf::Timestamp) — Optional. The end timestamp to fetch conversation data.
#input_data_source_type
def input_data_source_type() -> ::Google::Cloud::Dialogflow::V2::GeneratorEvaluationConfig::InputDataSourceType- (::Google::Cloud::Dialogflow::V2::GeneratorEvaluationConfig::InputDataSourceType) — Required. The source type of input data.
#input_data_source_type=
def input_data_source_type=(value) -> ::Google::Cloud::Dialogflow::V2::GeneratorEvaluationConfig::InputDataSourceType- value (::Google::Cloud::Dialogflow::V2::GeneratorEvaluationConfig::InputDataSourceType) — Required. The source type of input data.
- (::Google::Cloud::Dialogflow::V2::GeneratorEvaluationConfig::InputDataSourceType) — Required. The source type of input data.
#is_summary_generation_allowed
def is_summary_generation_allowed() -> ::Boolean- (::Boolean) — Optional. Whether the summary generation is allowed when the pre-existing qualified summaries are insufficient to cover the sample size.
#is_summary_generation_allowed=
def is_summary_generation_allowed=(value) -> ::Boolean- value (::Boolean) — Optional. Whether the summary generation is allowed when the pre-existing qualified summaries are insufficient to cover the sample size.
- (::Boolean) — Optional. Whether the summary generation is allowed when the pre-existing qualified summaries are insufficient to cover the sample size.
#sample_size
def sample_size() -> ::Integer- (::Integer) — Optional. Desired number of conversation-summary pairs to be evaluated.
#sample_size=
def sample_size=(value) -> ::Integer- value (::Integer) — Optional. Desired number of conversation-summary pairs to be evaluated.
- (::Integer) — Optional. Desired number of conversation-summary pairs to be evaluated.
#start_time
def start_time() -> ::Google::Protobuf::Timestamp- (::Google::Protobuf::Timestamp) — Optional. The start timestamp to fetch conversation data.
#start_time=
def start_time=(value) -> ::Google::Protobuf::Timestamp- value (::Google::Protobuf::Timestamp) — Optional. The start timestamp to fetch conversation data.
- (::Google::Protobuf::Timestamp) — Optional. The start timestamp to fetch conversation data.
#summary_generation_option
def summary_generation_option() -> ::Google::Cloud::Dialogflow::V2::GeneratorEvaluationConfig::InputDataConfig::SummaryGenerationOption- (::Google::Cloud::Dialogflow::V2::GeneratorEvaluationConfig::InputDataConfig::SummaryGenerationOption) — Optional. Option to control whether summaries are generated during evaluation.
#summary_generation_option=
def summary_generation_option=(value) -> ::Google::Cloud::Dialogflow::V2::GeneratorEvaluationConfig::InputDataConfig::SummaryGenerationOption- value (::Google::Cloud::Dialogflow::V2::GeneratorEvaluationConfig::InputDataConfig::SummaryGenerationOption) — Optional. Option to control whether summaries are generated during evaluation.
- (::Google::Cloud::Dialogflow::V2::GeneratorEvaluationConfig::InputDataConfig::SummaryGenerationOption) — Optional. Option to control whether summaries are generated during evaluation.