|
| async Task | ViewAllInteractionsCommand (string customerId) |
| | Comando para ver todas las interacciones de un cliente sin filtros. Uso: !viewAllInteractions C001.
|
| async Task | ViewInteractionsByTypeCommand (string customerId, [Remainder] string interactionType) |
| | Comando para ver interacciones filtradas por tipo. Uso: !viewInteractionsByType C001 Quote.
|
| async Task | ViewInteractionsByDateCommand (string customerId, [Remainder] string dateString) |
| | Comando para ver interacciones filtradas por fecha. Uso: !viewInteractionsByDate C001 2025-11-29.
|
| async Task | ViewInteractionsByTypeAndDateCommand (string customerId, string interactionType, [Remainder] string dateString) |
| | Comando para ver interacciones filtradas por tipo y fecha. Uso: !viewInteractionsByTypeAndDate C001 Quote 2025-11-29.
|
◆ ViewAllInteractionsCommand()
| async Task Library.ViewInteractionsCommand.ViewAllInteractionsCommand |
( |
string | customerId | ) |
|
Comando para ver todas las interacciones de un cliente sin filtros. Uso: !viewAllInteractions C001.
◆ ViewInteractionsByDateCommand()
| async Task Library.ViewInteractionsCommand.ViewInteractionsByDateCommand |
( |
string | customerId, |
|
|
[Remainder] string | dateString ) |
Comando para ver interacciones filtradas por fecha. Uso: !viewInteractionsByDate C001 2025-11-29.
◆ ViewInteractionsByTypeAndDateCommand()
| async Task Library.ViewInteractionsCommand.ViewInteractionsByTypeAndDateCommand |
( |
string | customerId, |
|
|
string | interactionType, |
|
|
[Remainder] string | dateString ) |
Comando para ver interacciones filtradas por tipo y fecha. Uso: !viewInteractionsByTypeAndDate C001 Quote 2025-11-29.
◆ ViewInteractionsByTypeCommand()
| async Task Library.ViewInteractionsCommand.ViewInteractionsByTypeCommand |
( |
string | customerId, |
|
|
[Remainder] string | interactionType ) |
Comando para ver interacciones filtradas por tipo. Uso: !viewInteractionsByType C001 Quote.
The documentation for this class was generated from the following file: