Interface InputGuardrailExecutedListener

All Superinterfaces:
AiServiceListener<InputGuardrailExecutedEvent>, GuardrailExecutedListener<InputGuardrailExecutedEvent, InputGuardrailRequest, InputGuardrailResult, InputGuardrail>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

A specialized listener interface for handling events of type InputGuardrailExecutedEvent, which are triggered upon the execution of input guardrail validations. This listener provides functionality specific to input-based guardrail execution, including access to the corresponding input request, result, and guardrail implementation.