Update an agent
Updates the properties of the specified agent. Only the provided properties will be updated. Any properties not provided will be left unchanged.
Path Parameters
The unique identifier of the agent
Body
The data with which an agent is updated.
The description of the agent, intended for developers' reference.
The agent's public-facing description, meant to be visible to your users.
The agent's display name, intended to serve as the public-facing name visible to your users.
The name of the agent, designed to be visible to developers for internal reference purposes.
Response
The unique identifier of the agent
The type of the Agent
object
agent
Whether the agent is currently active. If not, users will not be able to interact with the agent.
The description of the agent, intended for developers' reference.
The agent's public-facing description, meant to be visible to your users.
The agent's display name, intended to serve as the public-facing name visible to your users.
The name of the agent, designed to be visible to developers for internal reference purposes.
The time at which the object was created, measured in milliseconds since the Unix epoch
The time at which the object was last updated, measured in milliseconds since the Unix epoch