/** * Copyright (c) 2026, Salesforce, Inc., * All rights reserved. * For full license text, see the LICENSE.txt file * * feature-angular-agentforce-conversation-client – ACC Conversation Client */ export { AgentforceConversationClientComponent } from "./app/features/agentforce/conversation"; export { AgentforceEmbedService } from "./app/features/agentforce/agentforce-embed.service"; export type { AgentforceConversationClientProps, ResolvedEmbedOptions, StyleTokens, } from "./app/types/conversation";