API ReferenceTypesUpdateConversationArgsOn this pageUpdateConversationArgs type UpdateConversationArgs = { archived?: boolean; id: string; title: string;}; Properties archived? optional archived?: boolean; id id: string; title title: string;