public enum WidgetTool.TextResponseConfig.Type extends Enum<WidgetTool.TextResponseConfig.Type> implements ProtocolMessageEnumDefines how the text response is produced.
Protobuf enum google.cloud.ces.v1beta.WidgetTool.TextResponseConfig.Type
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
LLM_GENERATED |
The LLM is explicitly required to generate a text response. |
LLM_GENERATED_VALUE |
The LLM is explicitly required to generate a text response. |
NONE |
The LLM dynamically decides whether to generate a text response alongside the widget based on the conversation context. |
NONE_VALUE |
The LLM dynamically decides whether to generate a text response alongside the widget based on the conversation context. |
STATIC |
A pre-defined static text response is always used. |
STATIC_VALUE |
A pre-defined static text response is always used. |
TYPE_UNSPECIFIED |
Unspecified type. |
TYPE_UNSPECIFIED_VALUE |
Unspecified type. |
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() |
|