webhook-line 1.0.1

Webhook event definition of the LINE Messaging API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# ScenarioResult


## Properties


Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**scenario_id** | Option<**String**> | Scenario ID executed | [optional]
**revision** | Option<**i32**> | Revision number of the scenario set containing the executed scenario | [optional]
**start_time** | **i64** | Timestamp for when execution of scenario action started (milliseconds, LINE app time) | 
**end_time** | **i64** | Timestamp for when execution of scenario was completed (milliseconds, LINE app time) | 
**result_code** | **String** | Scenario execution completion status | 
**action_results** | Option<[**Vec<models::ActionResult>**]ActionResult.md> | Execution result of individual operations specified in action. Only included when things.result.resultCode is success. | [optional]
**ble_notification_payload** | Option<**String**> | Data contained in notification. | [optional]
**error_reason** | Option<**String**> | Error reason. | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)