Gemini Enterprise for Customer Experience V1BETA API - Module Google::Cloud::Ces::V1beta::WidgetTool::TextResponseConfig::Type (v1.0.1)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Gemini Enterprise for Customer Experience V1BETA API module Google::Cloud::Ces::V1beta::WidgetTool::TextResponseConfig::Type.
Defines how the text response is produced.
Constants
TYPE_UNSPECIFIED
value: 0 Unspecified type.
NONE
value: 1 The LLM dynamically decides whether to generate a text response
alongside the widget based on the conversation context.
LLM_GENERATED
value: 2 The LLM is explicitly required to generate a text response.
STATIC
value: 3 A pre-defined static text response is always used.