Class BetaManagedAgentsSessionEndTurn
-
- All Implemented Interfaces:
public final class BetaManagedAgentsSessionEndTurnThe agent completed its turn naturally and is ready for the next user message.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBetaManagedAgentsSessionEndTurn.BuilderA builder for BetaManagedAgentsSessionEndTurn.
public final classBetaManagedAgentsSessionEndTurn.Type
-
Method Summary
Modifier and Type Method Description final BetaManagedAgentsSessionEndTurn.Typetype()final JsonField<BetaManagedAgentsSessionEndTurn.Type>_type()Returns the raw JSON value of type. final Map<String, JsonValue>_additionalProperties()final BetaManagedAgentsSessionEndTurn.BuildertoBuilder()final BetaManagedAgentsSessionEndTurnvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaManagedAgentsSessionEndTurn.Builderbuilder()Returns a mutable builder for constructing an instance of BetaManagedAgentsSessionEndTurn. -
-
Method Detail
-
type
final BetaManagedAgentsSessionEndTurn.Type type()
-
_type
final JsonField<BetaManagedAgentsSessionEndTurn.Type> _type()
Returns the raw JSON value of type.
Unlike type, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final BetaManagedAgentsSessionEndTurn.Builder toBuilder()
-
validate
final BetaManagedAgentsSessionEndTurn validate()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static BetaManagedAgentsSessionEndTurn.Builder builder()
Returns a mutable builder for constructing an instance of BetaManagedAgentsSessionEndTurn.
The following fields are required:
.type()
-
-
-
-