deeppavlov.agents.processors

Processors for default agent.

class deeppavlov.agents.processors.default_rich_content_processor.DefaultRichContentWrapper(*args, **kwargs)[source]

Returns RichControl wrapped responses with highest confidence.

class deeppavlov.agents.processors.highest_confidence_selector.HighestConfidenceSelector(*args, **kwargs)[source]

Returns for each utterance response with highest confidence.

class deeppavlov.agents.processors.random_selector.RandomSelector(*args, **kwargs)[source]

Returns response of a random skill for each utterance.