Assistant Handler
Represents the handler for the assistants endpoint. This class holds all the actions that can be performed on an assistant.
Inheritors
Functions
Creates a new assistant with the given properties. This method will return the data associated with the assistant.
Attempts to delete the given assistant. To confirm deletion, you should check AssistantDeletionStatus.deleted.
Attempts to delete the assistant with the given id. To confirm deletion, you should check AssistantDeletionStatus.deleted.
Lists the 20 most recent assistants.
Lists assistants with the given query parameters.
Shorthand to modify the given assistant. Note that this method will return a new instance of the assistant, and will not modify the given instance.
Modifies the given assistant. For any nonnull fields in the given request, the corresponding field in the assistant will be overwritten.
Retrieves the assistant with the given id. This method will return a new instance of the assistant, and will not modify the given instance.
Retrieve the assistant with the given id.