modify

open override fun modify(id: String, request: ModifyAssistantRequest): Assistant

Modifies the given assistant. For any nonnull fields in the given request, the corresponding field in the assistant will be overwritten.

If you want to append to the corresponding field, you must first retrieve the assistant, modify the field, and then call this method.

Return

The modified assistant

Parameters

request

The request to modify the assistant