Enum GeneratorEvaluationConfig.InputDataConfig.SummaryGenerationOption (4.87.0)

public enum GeneratorEvaluationConfig.InputDataConfig.SummaryGenerationOption extends Enum<GeneratorEvaluationConfig.InputDataConfig.SummaryGenerationOption> implements ProtocolMessageEnum

Summary generation options.

Protobuf enum google.cloud.dialogflow.v2.GeneratorEvaluationConfig.InputDataConfig.SummaryGenerationOption

Implements

ProtocolMessageEnum

Static Fields

Name Description
ALWAYS_GENERATE

Always Generate summary for all conversations.

ALWAYS_GENERATE = 1;

ALWAYS_GENERATE_VALUE

Always Generate summary for all conversations.

ALWAYS_GENERATE = 1;

DO_NOT_GENERATE

Do not generate new summaries. Only use existing summaries found.

DO_NOT_GENERATE = 3;

DO_NOT_GENERATE_VALUE

Do not generate new summaries. Only use existing summaries found.

DO_NOT_GENERATE = 3;

GENERATE_IF_MISSING

Gnerate only missing summaries.

GENERATE_IF_MISSING = 2;

GENERATE_IF_MISSING_VALUE

Gnerate only missing summaries.

GENERATE_IF_MISSING = 2;

SUMMARY_GENERATION_OPTION_UNSPECIFIED

Default option will not be used

SUMMARY_GENERATION_OPTION_UNSPECIFIED = 0;

SUMMARY_GENERATION_OPTION_UNSPECIFIED_VALUE

Default option will not be used

SUMMARY_GENERATION_OPTION_UNSPECIFIED = 0;

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()