Dialogflow V2 API - Module Google::Cloud::Dialogflow::V2::GeneratorEvaluationConfig::InputDataConfig::SummaryGenerationOption (v1.13.0)

Reference documentation and code samples for the Dialogflow V2 API module Google::Cloud::Dialogflow::V2::GeneratorEvaluationConfig::InputDataConfig::SummaryGenerationOption.

Summary generation options.

Constants

SUMMARY_GENERATION_OPTION_UNSPECIFIED

value: 0
Default option will not be used

ALWAYS_GENERATE

value: 1
Always Generate summary for all conversations.

GENERATE_IF_MISSING

value: 2
Gnerate only missing summaries.

DO_NOT_GENERATE

value: 3
Do not generate new summaries. Only use existing summaries found.