Package ai.extend.types
Interface ClassifyRunFailedWebhookEvent.EventIdStage
-
- All Known Implementing Classes:
ClassifyRunFailedWebhookEvent.Builder
- Enclosing class:
- ClassifyRunFailedWebhookEvent
public static interface ClassifyRunFailedWebhookEvent.EventIdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ClassifyRunFailedWebhookEvent.PayloadStageeventId(java.lang.String eventId)Unique identifier for the eventClassifyRunFailedWebhookEvent.Builderfrom(ClassifyRunFailedWebhookEvent other)
-
-
-
Method Detail
-
eventId
ClassifyRunFailedWebhookEvent.PayloadStage eventId(@NotNull java.lang.String eventId)
Unique identifier for the event
-
from
ClassifyRunFailedWebhookEvent.Builder from(ClassifyRunFailedWebhookEvent other)
-
-