Package ai.tock.bot.admin.dialog
Class ActionReport
-
- All Implemented Interfaces:
public final class ActionReport
-
-
Field Summary
Fields Modifier and Type Field Description private final PlayerIdplayerIdprivate final PlayerIdrecipientIdprivate final Instantdateprivate final Messagemessageprivate final ConnectorTypeconnectorTypeprivate final UserInterfaceTypeuserInterfaceTypeprivate final Booleantestprivate final Id<Action>idprivate final Stringintentprivate final StringapplicationIdprivate final ActionMetadatametadata
-
Constructor Summary
Constructors Constructor Description ActionReport(PlayerId playerId, PlayerId recipientId, Instant date, Message message, ConnectorType connectorType, UserInterfaceType userInterfaceType, Boolean test, Id<Action> id, String intent, String applicationId, ActionMetadata metadata)
-
Method Summary
Modifier and Type Method Description final PlayerIdgetPlayerId()final PlayerIdgetRecipientId()final InstantgetDate()final MessagegetMessage()final ConnectorTypegetConnectorType()final UserInterfaceTypegetUserInterfaceType()final BooleangetTest()final Id<Action>getId()final StringgetIntent()final StringgetApplicationId()final ActionMetadatagetMetadata()-
-
Constructor Detail
-
ActionReport
ActionReport(PlayerId playerId, PlayerId recipientId, Instant date, Message message, ConnectorType connectorType, UserInterfaceType userInterfaceType, Boolean test, Id<Action> id, String intent, String applicationId, ActionMetadata metadata)
-
-
Method Detail
-
getPlayerId
final PlayerId getPlayerId()
-
getRecipientId
final PlayerId getRecipientId()
-
getMessage
final Message getMessage()
-
getConnectorType
final ConnectorType getConnectorType()
-
getUserInterfaceType
final UserInterfaceType getUserInterfaceType()
-
getApplicationId
final String getApplicationId()
-
getMetadata
final ActionMetadata getMetadata()
-
-
-
-