export interface AgentTopicResponseModel { topicId: string; label: string; description: string; conversationCount: number; }