Package ai.tock.bot.admin.annotation
Class BotAnnotation
-
- All Implemented Interfaces:
public final class BotAnnotation
-
-
Field Summary
Fields Modifier and Type Field Description private BotAnnotationStatestateprivate BotAnnotationReasonTypereasonprivate Stringdescriptionprivate StringgroundTruthprivate final List<BotAnnotationEvent>eventsprivate final InstantcreationDateprivate InstantlastUpdateDate
-
Constructor Summary
Constructors Constructor Description BotAnnotation(BotAnnotationState state, BotAnnotationReasonType reason, String description, String groundTruth, List<BotAnnotationEvent> events, Instant creationDate, Instant lastUpdateDate)
-
Method Summary
Modifier and Type Method Description final BotAnnotationStategetState()final UnitsetState(BotAnnotationState state)final BotAnnotationReasonTypegetReason()final UnitsetReason(BotAnnotationReasonType reason)final StringgetDescription()final UnitsetDescription(String description)final StringgetGroundTruth()final UnitsetGroundTruth(String groundTruth)final List<BotAnnotationEvent>getEvents()final InstantgetCreationDate()final InstantgetLastUpdateDate()final UnitsetLastUpdateDate(Instant lastUpdateDate)-
-
Constructor Detail
-
BotAnnotation
BotAnnotation(BotAnnotationState state, BotAnnotationReasonType reason, String description, String groundTruth, List<BotAnnotationEvent> events, Instant creationDate, Instant lastUpdateDate)
-
-
Method Detail
-
getState
final BotAnnotationState getState()
-
setState
final Unit setState(BotAnnotationState state)
-
getReason
final BotAnnotationReasonType getReason()
-
setReason
final Unit setReason(BotAnnotationReasonType reason)
-
getDescription
final String getDescription()
-
setDescription
final Unit setDescription(String description)
-
getGroundTruth
final String getGroundTruth()
-
setGroundTruth
final Unit setGroundTruth(String groundTruth)
-
getEvents
final List<BotAnnotationEvent> getEvents()
-
getCreationDate
final Instant getCreationDate()
-
getLastUpdateDate
final Instant getLastUpdateDate()
-
setLastUpdateDate
final Unit setLastUpdateDate(Instant lastUpdateDate)
-
-
-
-