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 \ TextMessageMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
TEXT_TYPE_UNSPECIFIED
Value: 0The default text type.
Generated from protobuf enum TEXT_TYPE_UNSPECIFIED = 0;
FINAL_RESPONSE
Value: 1The text is a final response to the user question.
Generated from protobuf enum FINAL_RESPONSE = 1;
THOUGHT
Value: 2The text is a thinking plan generated by the thinking tool.
Generated from protobuf enum THOUGHT = 2;
PROGRESS
Value: 3The 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.
Generated from protobuf enum PROGRESS = 3;