adam-sdk
    Preparing search index...

    Type Alias AvatarEvent

    AvatarEvent:
        | "ready"
        | "speech:start"
        | "speech:end"
        | "command:success"
        | "command:error"

    A map of events that the SDK can emit. These events can be listened to using the on method.