Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class SummaryGenerationOption.
Summary generation options.
Protobuf type google.cloud.dialogflow.v2.GeneratorEvaluationConfig.InputDataConfig.SummaryGenerationOption
Namespace
Google \ Cloud \ Dialogflow \ V2 \ GeneratorEvaluationConfig \ InputDataConfigMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
SUMMARY_GENERATION_OPTION_UNSPECIFIED
Value: 0Default option will not be used
Generated from protobuf enum SUMMARY_GENERATION_OPTION_UNSPECIFIED = 0;
ALWAYS_GENERATE
Value: 1Always Generate summary for all conversations.
Generated from protobuf enum ALWAYS_GENERATE = 1;
GENERATE_IF_MISSING
Value: 2Gnerate only missing summaries.
Generated from protobuf enum GENERATE_IF_MISSING = 2;
DO_NOT_GENERATE
Value: 3Do not generate new summaries. Only use existing summaries found.
Generated from protobuf enum DO_NOT_GENERATE = 3;