Enum WidgetTool.TextResponseConfig.Type (0.9.0)

public enum WidgetTool.TextResponseConfig.Type extends Enum<WidgetTool.TextResponseConfig.Type> implements ProtocolMessageEnum

Defines how the text response is produced.

Protobuf enum google.cloud.ces.v1beta.WidgetTool.TextResponseConfig.Type

Implements

ProtocolMessageEnum

Static Fields

Name Description
LLM_GENERATED

The LLM is explicitly required to generate a text response.

LLM_GENERATED = 2;

LLM_GENERATED_VALUE

The LLM is explicitly required to generate a text response.

LLM_GENERATED = 2;

NONE

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

NONE = 1;

NONE_VALUE

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

NONE = 1;

STATIC

A pre-defined static text response is always used.

STATIC = 3;

STATIC_VALUE

A pre-defined static text response is always used.

STATIC = 3;

TYPE_UNSPECIFIED

Unspecified type.

TYPE_UNSPECIFIED = 0;

TYPE_UNSPECIFIED_VALUE

Unspecified type.

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