Module: Google::Cloud::Dialogflow::V2::GeneratorEvaluationConfig::InputDataConfig::SummaryGenerationOption
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/generator_evaluation.rb
Overview
Summary generation options.
Constant Summary collapse
- SUMMARY_GENERATION_OPTION_UNSPECIFIED =
Default option will not be used
0- ALWAYS_GENERATE =
Always Generate summary for all conversations.
1- GENERATE_IF_MISSING =
Gnerate only missing summaries.
2- DO_NOT_GENERATE =
Do not generate new summaries. Only use existing summaries found.
3