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

Base

aliceio.methods.base.AliceMethod

Bases: SkillContextController, BaseModel, Generic[AliceType], ABC

__returning__: type abstractmethod property

__http_method__: str abstractmethod property

api_url(api_server: AliceAPIServer) -> str abstractmethod

emit(skill: Skill) -> AliceType async

__await__() -> Generator[Any, None, AliceType]