Google Cloud Dialogflow V2 Client - Class SummaryGenerationOption (2.3.0)

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 \ InputDataConfig

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

SUMMARY_GENERATION_OPTION_UNSPECIFIED

Value: 0

Default option will not be used

Generated from protobuf enum SUMMARY_GENERATION_OPTION_UNSPECIFIED = 0;

ALWAYS_GENERATE

Value: 1

Always Generate summary for all conversations.

Generated from protobuf enum ALWAYS_GENERATE = 1;

GENERATE_IF_MISSING

Value: 2

Gnerate only missing summaries.

Generated from protobuf enum GENERATE_IF_MISSING = 2;

DO_NOT_GENERATE

Value: 3

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

Generated from protobuf enum DO_NOT_GENERATE = 3;