Fency.ai
Conversations

Conversations

Manage conversations used by agent tasks.

The conversation object groups agent tasks. Create a conversation first, then attach agent tasks by passing that conversationId when you create a session. Passing an unknown conversationId fails. The title is set from the first attached agent task that has a query.

Use List conversations to list all conversations, and Search conversations to filter by metadata.

The conversation object

AttributeTypeDescription
idstringThe unique identifier of the conversation. Prefixed with cnv_.
createdAtstringWhen the conversation was created.
titlestringConversation title. Null until the first attached agent task with a query sets it.
metadataobjectCustom key-value metadata for the conversation.

On this page