Appearance
@line/bot-sdk • Docs
@line/bot-sdk / webhook / ScenarioResult
Type Alias: ScenarioResult
ScenarioResult:
object
Type declaration
actionResults?
optional
actionResults:ActionResult
[]
Execution result of individual operations specified in action. Only included when things.result.resultCode is success.
See
bleNotificationPayload?
optional
bleNotificationPayload:string
Data contained in notification.
See
bleNotificationPayload Documentation
endTime
endTime:
number
Timestamp for when execution of scenario was completed (milliseconds, LINE app time)
See
errorReason?
optional
errorReason:string
Error reason.
See
resultCode
resultCode:
string
Scenario execution completion status
See
revision?
optional
revision:number
Revision number of the scenario set containing the executed scenario
See
scenarioId?
optional
scenarioId:string
Scenario ID executed
See
startTime
startTime:
number
Timestamp for when execution of scenario action started (milliseconds, LINE app time)