public enum TextMessage.TextType extends Enum<TextMessage.TextType> implements ProtocolMessageEnumThe type of the text message.
Protobuf enum google.cloud.geminidataanalytics.v1beta.TextMessage.TextType
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
FINAL_RESPONSE |
The text is a final response to the user question. |
FINAL_RESPONSE_VALUE |
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 ( |
PROGRESS_VALUE |
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 ( |
TEXT_TYPE_UNSPECIFIED |
The default text type. |
TEXT_TYPE_UNSPECIFIED_VALUE |
The default text type. |
THOUGHT |
The text is a thinking plan generated by the thinking tool. |
THOUGHT_VALUE |
The text is a thinking plan generated by the thinking tool. |
UNRECOGNIZED |
|
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|