AssistantContextChangedEvent
Table of Contents
Properties
-
$adapter
: Adapter
-
$channelId
: string
-
$context
: mixed
-
$raw
: mixed
-
$threadId
: string
-
$threadTs
: string|null
-
$userId
: string
Methods
-
__construct()
: mixed
$adapter
read-only
public
Adapter
$adapter
$channelId
read-only
public
string
$channelId
$context
read-only
public
mixed
$context
$raw
read-only
public
mixed
$raw
= null
$threadId
read-only
public
string
$threadId
$threadTs
read-only
public
string|null
$threadTs
$userId
read-only
public
string
$userId
__construct()
public
__construct(Adapter $adapter, string $channelId, string $threadId, string|null $threadTs, string $userId, mixed $context[, mixed $raw = null ]) : mixed
Parameters
-
$adapter
: Adapter
-
-
$channelId
: string
-
-
$threadId
: string
-
-
$threadTs
: string|null
-
-
$userId
: string
-
-
$context
: mixed
-
-
$raw
: mixed
= null
-