AiConversationUpdateMutationResponse
object
Response for the aiConversationUpdate mutation. This will have the updated conversation and any errors encountered.
Fields
item
AiConversation
The conversation that was updated.
errors
[AiConversationUpdateMutationError]
Any errors that occurred while processing the update. If there are no errors, this will be null.