You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/MultiChannelActionCalendarEvent.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,8 @@ Name | Type | Description | Notes
8
8
**Text** | **string** | Displayed text for user to click |
9
9
**PostbackData** | **byte[]** | Base64 payload the customer receives when the reply is clicked. |
10
10
**Title** | **string** | The title of the event. |
11
-
**StartTime** | **DateTime** | The start time of the event. |
12
-
**EndTime** | **DateTime** | The end time of the event. |
11
+
**StartTime** | **DateTime** | The start time of the event. Must be a valid RFC-3339 value, e.g., 2021-03-14T01:59:26Z or 2021-03-13T20:59:26-05:00. |
12
+
**EndTime** | **DateTime** | The end time of the event. Must be a valid RFC-3339 value, e.g., 2021-03-14T01:59:26Z or 2021-03-13T20:59:26-05:00. |
13
13
**Description** | **string** | The description of the event. | [optional]
14
14
15
15
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
Copy file name to clipboardExpand all lines: docs/RbmActionViewLocation.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,8 @@ Name | Type | Description | Notes
7
7
**Type** | **RbmActionTypeEnum** | |
8
8
**Text** | **string** | Displayed text for user to click |
9
9
**PostbackData** | **byte[]** | Base64 payload the customer receives when the reply is clicked. |
10
-
**Latitude** | **double** | The latitude of the location. |
11
-
**Longitude** | **double** | The longitude of the location. |
10
+
**Latitude** | **double** | The latitude of the location. Must be in range [-90.000000, 90.000000]. |
11
+
**Longitude** | **double** | The longitude of the location. Must be in range [-180.000000, 180.000000]. |
12
12
**Label** | **string** | The label of the location. | [optional]
13
13
14
14
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments