Agent

public final class Agent implements Enum

The name of the Agent used for generating the interaction.

Types

Link copied to clipboard

An enum containing Agent's known values.

Link copied to clipboard

An enum containing Agent's known values, as well as an _UNKNOWN member.

Properties

Link copied to clipboard

Gemini Deep Research Max Agent

Link copied to clipboard

Gemini Deep Research Agent

Link copied to clipboard

Gemini Deep Research Agent

Functions

Link copied to clipboard
public final JsonField<String> _value()

Returns this class instance's raw value.

Link copied to clipboard
public final String asString()

Returns this class instance's primitive wire representation.

Link copied to clipboard
public Boolean equals(Object other)
Link copied to clipboard
public Integer hashCode()
Link copied to clipboard
public final Boolean isValid()
Link copied to clipboard

Returns an enum member corresponding to this class instance's value.

Link copied to clipboard
public final static CreateAgentInteractionParams.Agent of(String value)
Link copied to clipboard
public String toString()
Link copied to clipboard
Link copied to clipboard

Returns an enum member corresponding to this class instance's value, or Value._UNKNOWN if the class was instantiated with an unknown value.