Google Cloud Dialogflow V2 Client - Class GeneratorType (2.4.0)

Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class GeneratorType.

The available generator types.

Protobuf type google.cloud.dialogflow.v2.Conversation.GeneratorContext.GeneratorType

Namespace

Google \ Cloud \ Dialogflow \ V2 \ Conversation \ GeneratorContext

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

GENERATOR_TYPE_UNSPECIFIED

Value: 0

Unspecified generator type.

Generated from protobuf enum GENERATOR_TYPE_UNSPECIFIED = 0;

FREE_FORM

Value: 1

Free form generator type.

Generated from protobuf enum FREE_FORM = 1;

AGENT_COACHING

Value: 2

Agent coaching generator type.

Generated from protobuf enum AGENT_COACHING = 2;

SUMMARIZATION

Value: 3

Summarization generator type.

Generated from protobuf enum SUMMARIZATION = 3;

TRANSLATION

Value: 4

Translation generator type.

Generated from protobuf enum TRANSLATION = 4;

AGENT_FEEDBACK

Value: 5

Agent feedback generator type.

Generated from protobuf enum AGENT_FEEDBACK = 5;

CUSTOMER_MESSAGE_GENERATION

Value: 6

Customer message generation generator type.

Generated from protobuf enum CUSTOMER_MESSAGE_GENERATION = 6;