data class RequestContext
(source)
<init> |
RequestContext(namespace: String, language: Locale, connectorType: ConnectorType, userInterface: UserInterfaceType, applicationId: String, userId: PlayerId, botId: PlayerId, user: UserData) |
applicationId |
val applicationId: String |
botId |
val botId: PlayerId |
connectorType |
val connectorType: ConnectorType |
language |
val language: Locale |
namespace |
val namespace: String |
user |
val user: UserData |
userId |
val userId: PlayerId |
userInterface |
val userInterface: UserInterfaceType |