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 \ TextResponseConfigMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
TYPE_UNSPECIFIED
Value: 0Unspecified type.
Generated from protobuf enum TYPE_UNSPECIFIED = 0;
NONE
Value: 1The 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: 2The LLM is explicitly required to generate a text response.
Generated from protobuf enum LLM_GENERATED = 2;
PBSTATIC
Value: 3A pre-defined static text response is always used.
Generated from protobuf enum STATIC = 3;