Package ai.tock.bot.admin.annotation
Class BotAnnotationDTO
-
- All Implemented Interfaces:
public final class BotAnnotationDTO
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringidprivate final BotAnnotationStatestateprivate final BotAnnotationReasonTypereasonprivate final Stringdescriptionprivate final StringgroundTruthprivate final List<BotAnnotationEventDTO>events
-
Constructor Summary
Constructors Constructor Description BotAnnotationDTO(String id, BotAnnotationState state, BotAnnotationReasonType reason, String description, String groundTruth, List<BotAnnotationEventDTO> events)
-
Method Summary
Modifier and Type Method Description final StringgetId()final BotAnnotationStategetState()final BotAnnotationReasonTypegetReason()final StringgetDescription()final StringgetGroundTruth()final List<BotAnnotationEventDTO>getEvents()-
-
Constructor Detail
-
BotAnnotationDTO
BotAnnotationDTO(String id, BotAnnotationState state, BotAnnotationReasonType reason, String description, String groundTruth, List<BotAnnotationEventDTO> events)
-
-
Method Detail
-
getState
final BotAnnotationState getState()
-
getReason
final BotAnnotationReasonType getReason()
-
getDescription
final String getDescription()
-
getGroundTruth
final String getGroundTruth()
-
getEvents
final List<BotAnnotationEventDTO> getEvents()
-
-
-
-