Interface GetRecentConversationResponse

interface GetRecentConversationResponse {
    conversations: ConversationTracesWithoutRequests[];
}

Properties

Properties