Employeeevaluation¶
flowtask.components.EmployeeEvaluation
¶
EmployeeEvaluation
¶
Bases: FlowComponent
EmployeeEvaluation
Overview
The EmployeeEvaluation class is a component for interacting with an IA Agent evaluating Users chats.
.. table:: Properties :widths: auto
+------------------+----------+--------------------------------------------------------------------------------------------------+
| Name | Required | Description |
+------------------+----------+--------------------------------------------------------------------------------------------------+
| output_column | Yes | Column for saving the Customer Satisfaction information. |
+------------------+----------+--------------------------------------------------------------------------------------------------+
Return
A Pandas Dataframe with the EmployeeEvaluation statistics.
run
async
¶
run
Overview
The run method is a method for running the CustomerSatisfaction component.
Return
A Pandas Dataframe with the Customer Satisfaction statistics.
start
async
¶
start
Overview
The start method is a method for starting the EmployeeEvaluation component.
Return
True if the EmployeeEvaluation component started successfully.