Google Cloud Gemini Data Analytics V1 Client - Class TextType (0.11.0)

Reference documentation and code samples for the Google Cloud Gemini Data Analytics V1 Client class TextType.

The type of the text message.

Protobuf type google.cloud.geminidataanalytics.v1.TextMessage.TextType

Namespace

Google \ Cloud \ GeminiDataAnalytics \ V1 \ 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.

Generated from protobuf enum PROGRESS = 3;

FOLLOWUP_QUESTIONS

  Value: 4 
 

The text is a list of follow-up questions suggested.

Each item in parts is a follow-up question.

Generated from protobuf enum FOLLOWUP_QUESTIONS = 4;

Create a Mobile Website
View Site in Mobile | Classic
Share by: