Перейти к содержанию

Base

aliceio.webhook.yandex_functions.base.BaseYandexFunctionsRequestHandler

Bases: ABC

__call__ = handle class-attribute instance-attribute

__init__(dispatcher: Dispatcher, **data: Any) -> None

Базовый обработчик, который обрабатывает входящие запросы внутри Яндекс.Функции.

Параметры:

  • dispatcher (Dispatcher) –

    Экземпляр :class:aliceio.dispatcher.dispatcher.Dispatcher

resolve_skill(event: _Event, context: RuntimeContext) -> Skill abstractmethod async

handle(event: _Event, context: RuntimeContext) -> _Response async