Skip to content

Positivebot

flowtask.components.PositiveBot

PositiveBot

PositiveBot(loop=None, job=None, stat=None, **kwargs)

Bases: ParrotBot, FlowComponent

PositiveBot.

Overview

The PositiveBot class is a component for interacting with an IA Agent for making Customer Satisfaction Analysis.
It extends the FlowComponent class.

.. table:: Properties :widths: auto

+------------------+----------+--------------------------------------------------------------------------------------------------+
| Name             | Required | Description                                                                                      |
+------------------+----------+--------------------------------------------------------------------------------------------------+
| output_column    |   Yes    | Column for saving the Customer Satisfaction information.                                         |
+------------------+----------+--------------------------------------------------------------------------------------------------+

Return

A Pandas Dataframe with the Customer Satisfaction statistics.