Appearance
@line/bot-sdk / LINEThingsActionResult
Type Alias: LINEThingsActionResult
LINEThingsActionResult =
object
Defined in: lib/types.ts:363
Properties
data?
optional
data:string
Defined in: lib/types.ts:374
Base64-encoded binary data This property is always included when things.actionResults[].type
is binary
.
type
type:
"void"
|"binary"
Defined in: lib/types.ts:369
void
, binary
Depends on type
of the executed action. This property is always included if things.actionResults
is not empty.