public enum TextMessage.Types.TextTypeReference documentation and code samples for the Data Analytics API with Gemini v1 API enum TextMessage.Types.TextType.
The type of the text message.
Namespace
Google.Cloud.GeminiDataAnalytics.V1Assembly
Google.Cloud.GeminiDataAnalytics.V1.dll
Fields |
|
|---|---|
| Name | Description |
FinalResponse |
The text is a final response to the user question. |
FollowupQuestions |
The text is a list of follow-up questions suggested. Each item in parts is a follow-up 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 |
The text is a thought from the model. |
Unspecified |
The default text type. |