public enum GeneratorEvaluationConfig.InputDataConfig.SummaryGenerationOption extends Enum<GeneratorEvaluationConfig.InputDataConfig.SummaryGenerationOption> implements ProtocolMessageEnumSummary generation options.
Protobuf enum
google.cloud.dialogflow.v2beta1.GeneratorEvaluationConfig.InputDataConfig.SummaryGenerationOption
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
ALWAYS_GENERATE |
Always Generate summary for all conversations. |
ALWAYS_GENERATE_VALUE |
Always Generate summary for all conversations. |
DO_NOT_GENERATE |
Do not generate new summaries. Only use existing summaries found. |
DO_NOT_GENERATE_VALUE |
Do not generate new summaries. Only use existing summaries found. |
GENERATE_IF_MISSING |
Gnerate only missing summaries. |
GENERATE_IF_MISSING_VALUE |
Gnerate only missing summaries. |
SUMMARY_GENERATION_OPTION_UNSPECIFIED |
Default option will not be used |
SUMMARY_GENERATION_OPTION_UNSPECIFIED_VALUE |
Default option will not be used |
UNRECOGNIZED |
|
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|