public class GetAppRolesEvent
extends Event
To get applications roles.
public GetAppRolesEvent(@NotNull
PlayerId recipientId,
@NotNull
java.lang.String applicationId,
@NotNull
java.util.Map<java.lang.String,? extends java.util.Set<? extends ai.tock.bot.engine.event.AppRole>> appRoles)
To get applications roles.
recipientId - The bot id.applicationId - The current application id.appRoles - appId -> list of roles@NotNull public java.lang.String toString()
@NotNull public PlayerId getRecipientId()
The bot id.
@NotNull public java.util.Map<java.lang.String,java.util.Set> getAppRoles()
appId
-> list of roles