INestiaAgentEvent:
    | IInitialize
    | INestiaAgentEvent.ISelect
    | INestiaAgentEvent.ICancel
    | ICall
    | INestiaAgentEvent.IExecute
    | INestiaAgentEvent.IDescribe
    | INestiaAgentEvent.IText
    | IRequest
    | INestiaAgentEvent.IResponse

Nestia A.I. chatbot event.

INestiaAgentEvent is an union type of all possible events that can be emitted by the A.I. chatbot of the NestiaAgent class. You can discriminate the subtype by checking the type property.

Jeongho Nam - https://github.com/samchon