public enum WidgetTool.Types.TextResponseConfig.Types.TypeReference documentation and code samples for the Gemini Enterprise for Customer Experience v1 API enum WidgetTool.Types.TextResponseConfig.Types.Type.
Defines how the text response is produced.
Namespace
Google.Cloud.Ces.V1Assembly
Google.Cloud.Ces.V1.dll
Fields |
|
|---|---|
| Name | Description |
LlmGenerated |
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. |
Static |
A pre-defined static text response is always used. |
Unspecified |
Unspecified type. |