Class: Google::Cloud::Dialogflow::V2::GeneratorEvaluationConfig::InputDataConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dialogflow/v2/generator_evaluation.rb

Overview

Input data config details

Defined Under Namespace

Modules: SummaryGenerationOption

Instance Attribute Summary collapse

Instance Attribute Details

#agent_assist_input_data_config::Google::Cloud::Dialogflow::V2::GeneratorEvaluationConfig::AgentAssistInputDataConfig

Returns 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.

Returns:



458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
# File 'proto_docs/google/cloud/dialogflow/v2/generator_evaluation.rb', line 458

class InputDataConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Summary generation options.
  module SummaryGenerationOption
    # Default option will not be used
    SUMMARY_GENERATION_OPTION_UNSPECIFIED = 0

    # Always Generate summary for all conversations.
    ALWAYS_GENERATE = 1

    # Gnerate only missing summaries.
    GENERATE_IF_MISSING = 2

    # Do not generate new summaries. Only use existing summaries found.
    DO_NOT_GENERATE = 3
  end
end

#dataset_input_data_config::Google::Cloud::Dialogflow::V2::GeneratorEvaluationConfig::DatasetInputDataConfig

Returns 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.

Returns:



458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
# File 'proto_docs/google/cloud/dialogflow/v2/generator_evaluation.rb', line 458

class InputDataConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Summary generation options.
  module SummaryGenerationOption
    # Default option will not be used
    SUMMARY_GENERATION_OPTION_UNSPECIFIED = 0

    # Always Generate summary for all conversations.
    ALWAYS_GENERATE = 1

    # Gnerate only missing summaries.
    GENERATE_IF_MISSING = 2

    # Do not generate new summaries. Only use existing summaries found.
    DO_NOT_GENERATE = 3
  end
end

#end_time::Google::Protobuf::Timestamp

Deprecated.

This field is deprecated and may be removed in the next major version update.

Returns Optional. The end timestamp to fetch conversation data.

Returns:



458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
# File 'proto_docs/google/cloud/dialogflow/v2/generator_evaluation.rb', line 458

class InputDataConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Summary generation options.
  module SummaryGenerationOption
    # Default option will not be used
    SUMMARY_GENERATION_OPTION_UNSPECIFIED = 0

    # Always Generate summary for all conversations.
    ALWAYS_GENERATE = 1

    # Gnerate only missing summaries.
    GENERATE_IF_MISSING = 2

    # Do not generate new summaries. Only use existing summaries found.
    DO_NOT_GENERATE = 3
  end
end

#input_data_source_type::Google::Cloud::Dialogflow::V2::GeneratorEvaluationConfig::InputDataSourceType

Deprecated.

This field is deprecated and may be removed in the next major version update.

Returns Required. The source type of input data.

Returns:



458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
# File 'proto_docs/google/cloud/dialogflow/v2/generator_evaluation.rb', line 458

class InputDataConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Summary generation options.
  module SummaryGenerationOption
    # Default option will not be used
    SUMMARY_GENERATION_OPTION_UNSPECIFIED = 0

    # Always Generate summary for all conversations.
    ALWAYS_GENERATE = 1

    # Gnerate only missing summaries.
    GENERATE_IF_MISSING = 2

    # Do not generate new summaries. Only use existing summaries found.
    DO_NOT_GENERATE = 3
  end
end

#is_summary_generation_allowed::Boolean

Deprecated.

This field is deprecated and may be removed in the next major version update.

Returns Optional. Whether the summary generation is allowed when the pre-existing qualified summaries are insufficient to cover the sample size.

Returns:

  • (::Boolean)

    Optional. Whether the summary generation is allowed when the pre-existing qualified summaries are insufficient to cover the sample size.



458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
# File 'proto_docs/google/cloud/dialogflow/v2/generator_evaluation.rb', line 458

class InputDataConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Summary generation options.
  module SummaryGenerationOption
    # Default option will not be used
    SUMMARY_GENERATION_OPTION_UNSPECIFIED = 0

    # Always Generate summary for all conversations.
    ALWAYS_GENERATE = 1

    # Gnerate only missing summaries.
    GENERATE_IF_MISSING = 2

    # Do not generate new summaries. Only use existing summaries found.
    DO_NOT_GENERATE = 3
  end
end

#sample_size::Integer

Returns Optional. Desired number of conversation-summary pairs to be evaluated.

Returns:

  • (::Integer)

    Optional. Desired number of conversation-summary pairs to be evaluated.



458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
# File 'proto_docs/google/cloud/dialogflow/v2/generator_evaluation.rb', line 458

class InputDataConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Summary generation options.
  module SummaryGenerationOption
    # Default option will not be used
    SUMMARY_GENERATION_OPTION_UNSPECIFIED = 0

    # Always Generate summary for all conversations.
    ALWAYS_GENERATE = 1

    # Gnerate only missing summaries.
    GENERATE_IF_MISSING = 2

    # Do not generate new summaries. Only use existing summaries found.
    DO_NOT_GENERATE = 3
  end
end

#start_time::Google::Protobuf::Timestamp

Deprecated.

This field is deprecated and may be removed in the next major version update.

Returns Optional. The start timestamp to fetch conversation data.

Returns:



458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
# File 'proto_docs/google/cloud/dialogflow/v2/generator_evaluation.rb', line 458

class InputDataConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Summary generation options.
  module SummaryGenerationOption
    # Default option will not be used
    SUMMARY_GENERATION_OPTION_UNSPECIFIED = 0

    # Always Generate summary for all conversations.
    ALWAYS_GENERATE = 1

    # Gnerate only missing summaries.
    GENERATE_IF_MISSING = 2

    # Do not generate new summaries. Only use existing summaries found.
    DO_NOT_GENERATE = 3
  end
end

#summary_generation_option::Google::Cloud::Dialogflow::V2::GeneratorEvaluationConfig::InputDataConfig::SummaryGenerationOption

Returns Optional. Option to control whether summaries are generated during evaluation.

Returns:



458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
# File 'proto_docs/google/cloud/dialogflow/v2/generator_evaluation.rb', line 458

class InputDataConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Summary generation options.
  module SummaryGenerationOption
    # Default option will not be used
    SUMMARY_GENERATION_OPTION_UNSPECIFIED = 0

    # Always Generate summary for all conversations.
    ALWAYS_GENERATE = 1

    # Gnerate only missing summaries.
    GENERATE_IF_MISSING = 2

    # Do not generate new summaries. Only use existing summaries found.
    DO_NOT_GENERATE = 3
  end
end