Skip to content

Parrotbot

flowtask.interfaces.ParrotBot

ParrotBot

ParrotBot(*args, **kwargs)

ParrotBot.

Interface for creating new chatbots to be used directly as Flowtask Components

bot_evaluation async

bot_evaluation()

bot_evaluation

Overview

The run method is a method for running the ParrotBot component.

Return

A Pandas Dataframe with the IA-based statistics.

start async

start(**kwargs)

start

Overview

The start method is a method for starting the CustomerSatisfaction component.

Parameters

kwargs: dict
    A dictionary containing the parameters for the CustomerSatisfaction component.

Return

True if the CustomerSatisfaction component started successfully.