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

public enum WidgetTool.Types.TextResponseConfig.Types.Type

Reference documentation and code samples for the Gemini Enterprise for Customer Experience v1beta API enum WidgetTool.Types.TextResponseConfig.Types.Type.

Defines how the text response is produced.

Namespace

Google.Cloud.Ces.V1Beta

Assembly

Google.Cloud.Ces.V1Beta.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.