Data Analytics API with Gemini v1beta API - Enum TextMessage.Types.TextType (1.0.0-beta04)

public enum TextMessage.Types.TextType

Reference documentation and code samples for the Data Analytics API with Gemini v1beta API enum TextMessage.Types.TextType.

The type of the text message.

Namespace

Google.Cloud.GeminiDataAnalytics.V1Beta

Assembly

Google.Cloud.GeminiDataAnalytics.V1Beta.dll

Fields

Name Description
FinalResponse

The text is a final response to the user question.

Progress

The text is an informational message about the agent's progress, such as a tool being invoked. This is distinct from the agent's internal thought process (THOUGHT) and the final answer to the user (FINAL_RESPONSE). These messages provide insight into the agent's actions.

Thought

The text is a thinking plan generated by the thinking tool.

Unspecified

The default text type.