Google Cloud Ces V1 Client - Class Type (0.3.0)

Reference documentation and code samples for the Google Cloud Ces V1 Client class Type.

Defines how the text response is produced.

Protobuf type google.cloud.ces.v1.WidgetTool.TextResponseConfig.Type

Namespace

Google \ Cloud \ Ces \ V1 \ WidgetTool \ TextResponseConfig

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

TYPE_UNSPECIFIED

Value: 0

Unspecified type.

Generated from protobuf enum TYPE_UNSPECIFIED = 0;

NONE

Value: 1

The LLM dynamically decides whether to generate a text response alongside the widget based on the conversation context.

Generated from protobuf enum NONE = 1;

LLM_GENERATED

Value: 2

The LLM is explicitly required to generate a text response.

Generated from protobuf enum LLM_GENERATED = 2;

PBSTATIC

Value: 3

A pre-defined static text response is always used.

Generated from protobuf enum STATIC = 3;