Google Cloud Gemini Data Analytics V1beta Client - Class TextType (0.9.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Gemini Data Analytics V1beta Client class TextType.
The type of the text message.
Protobuf type google.cloud.geminidataanalytics.v1beta.TextMessage.TextType
Namespace
Google \ Cloud \ GeminiDataAnalytics \ V1beta \ TextMessage
Methods
static::name
Parameter
Name
Description
value
mixed
static::value
Parameter
Name
Description
name
mixed
Constants
TEXT_TYPE_UNSPECIFIED
Value: 0
The default text type.
Generated from protobuf enum TEXT_TYPE_UNSPECIFIED = 0;
FINAL_RESPONSE
Value: 1
The text is a final response to the user question.
Generated from protobuf enum FINAL_RESPONSE = 1;
THOUGHT
Value: 2
The text is a thought from the model.
Generated from protobuf enum THOUGHT = 2;
PROGRESS
Value: 3
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-03-18 UTC."],[],[]]