{{ $t('Browse and manage all chat conversations.') }}
| {{ $t('User') }} | {{ $t('Messages') }} | {{ $t('Tokens Used') }} | {{ $t('Created') }} | {{ $t('Updated') }} | {{ $t('Status') }} | {{ $t('Actions') }} |
|---|---|---|---|---|---|---|
|
{{ initials(conversation.customer?.name || 'Unknown') }}
{{ conversation.customer?.name || 'Unknown' }}
{{ conversation.customer?.email || '' }}
{{
conversation.user_type === 'authenticated' ? 'WordPress User' : 'Public User'
}}
|
{{ conversation.messages_count || 0 }}
{{ conversation.department }}
|
{{ conversation.total_tokens || 0 }}
tokens
|
{{ formatDate(conversation.started_at) }} | {{ formatDate(conversation.ended_at || conversation.updated_at || conversation.started_at) }} | {{ conversation.status === 'active' ? $t('Active') : $t('Ended') }} |
|
| {{ $t('No conversations found.') }} | ||||||
| {{ $t('Loading conversations...') }} | ||||||