summaryGenerationOption property
Option to control whether summaries are generated during evaluation.
Optional. Possible string values are:
- "SUMMARY_GENERATION_OPTION_UNSPECIFIED" : Default option will not be used
- "ALWAYS_GENERATE" : Always Generate summary for all conversations.
- "GENERATE_IF_MISSING" : Gnerate only missing summaries.
- "DO_NOT_GENERATE" : Do not generate new summaries. Only use existing summaries found.
Implementation
core.String? summaryGenerationOption;