Gemini Enterprise for Customer Experience v1 API - Enum WidgetTool.Types.TextResponseConfig.Types.Type (1.0.0-beta04)

public enum WidgetTool.Types.TextResponseConfig.Types.Type

Reference 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.V1

Assembly

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.