UNPKG

@atlaskit/profilecard

Version:

A React component to display a card with user information.

20 lines 495 B
export const agentData = { id: 'agentId', name: 'Profile card agent', description: 'this is a agent to use in profile card', favourite: true, favourite_count: 1234, named_id: '', creator_type: 'CUSTOMER', is_default: false, actor_type: 'AGENT', user_defined_conversation_starters: [], deactivated: false }; export const agentAggData = { authoringTeam: { displayName: 'Profile card agent', profileUrl: 'https://example.com/profile' } }; export default agentData;