C4W-BOT
Loading...
Searching...
No Matches
Library.RegisterInteractionCommand Class Reference
Inheritance diagram for Library.RegisterInteractionCommand:

Public Member Functions

async Task CallRegisterCommand (string date, string topic, string type, string customerId, string sellerId)
 Comando para registrar una llamada entre un cliente y un vendedor. Uso: !callRegister 2025-01-20 TemaDeLaLlamada Incoming C1 V1.
async Task MailRegisterCommand (string date, string topic, string type, string customerId, string sellerId)
 Comando para registrar un mail entre un cliente y un vendedor. Uso: !mailRegister 2025-03-10 TemaDelMail Incoming C1 V1.
async Task MeetingRegisterCommand (string place, string date, string topic, string type, string customerId, string sellerId)
 Comando para registrar una reunión entre un cliente y un vendedor. Uso: !meetingRegister Oficina 2025-03-15 ReunionPresencial C1 V1.
async Task MessageRegisterCommand (string date, string topic, string type, string customerId, string sellerId)
 Comando para registrar un mensaje entre un cliente y un vendedor. Uso: !messageRegister 2025-03-10 TemaDelMensaje Incoming C1 V1.
async Task AddNoteToInteractionCommand (string customerId, string interactionType, string interactionTopic, string interactionDate)
 Comando para agregar una nota a una interacción existente. Uso: !addNoteToInteraction C1 "Tema" 2025-03-10 "Contenido de la nota".

Member Function Documentation

◆ AddNoteToInteractionCommand()

async Task Library.RegisterInteractionCommand.AddNoteToInteractionCommand ( string customerId,
string interactionType,
string interactionTopic,
string interactionDate )

Comando para agregar una nota a una interacción existente. Uso: !addNoteToInteraction C1 "Tema" 2025-03-10 "Contenido de la nota".

◆ CallRegisterCommand()

async Task Library.RegisterInteractionCommand.CallRegisterCommand ( string date,
string topic,
string type,
string customerId,
string sellerId )

Comando para registrar una llamada entre un cliente y un vendedor. Uso: !callRegister 2025-01-20 TemaDeLaLlamada Incoming C1 V1.

◆ MailRegisterCommand()

async Task Library.RegisterInteractionCommand.MailRegisterCommand ( string date,
string topic,
string type,
string customerId,
string sellerId )

Comando para registrar un mail entre un cliente y un vendedor. Uso: !mailRegister 2025-03-10 TemaDelMail Incoming C1 V1.

◆ MeetingRegisterCommand()

async Task Library.RegisterInteractionCommand.MeetingRegisterCommand ( string place,
string date,
string topic,
string type,
string customerId,
string sellerId )

Comando para registrar una reunión entre un cliente y un vendedor. Uso: !meetingRegister Oficina 2025-03-15 ReunionPresencial C1 V1.

◆ MessageRegisterCommand()

async Task Library.RegisterInteractionCommand.MessageRegisterCommand ( string date,
string topic,
string type,
string customerId,
string sellerId )

Comando para registrar un mensaje entre un cliente y un vendedor. Uso: !messageRegister 2025-03-10 TemaDelMensaje Incoming C1 V1.


The documentation for this class was generated from the following file: