tock / ai.tock.bot.api.model / RequestContext

RequestContext

data class RequestContext (source)

Constructors

<init>

RequestContext(namespace: String, language: Locale, connectorType: ConnectorType, userInterface: UserInterfaceType, applicationId: String, userId: PlayerId, botId: PlayerId, user: UserData)

Properties

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