Skip to content

Commit 2a02d1f

Browse files
1 parent f3be5a5 commit 2a02d1f

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

src/CustomerEngagementSuite/WidgetTool.php

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ class WidgetTool extends \Google\Model
5959
* Order summary widget.
6060
*/
6161
public const WIDGET_TYPE_ORDER_SUMMARY = 'ORDER_SUMMARY';
62+
/**
63+
* Appointment details widget.
64+
*/
65+
public const WIDGET_TYPE_APPOINTMENT_DETAILS = 'APPOINTMENT_DETAILS';
6266
/**
6367
* Optional. The description of the widget tool.
6468
*
@@ -135,7 +139,8 @@ public function getParameters()
135139
*
136140
* Accepted values: WIDGET_TYPE_UNSPECIFIED, CUSTOM, PRODUCT_CAROUSEL,
137141
* PRODUCT_DETAILS, QUICK_ACTIONS, PRODUCT_COMPARISON,
138-
* ADVANCED_PRODUCT_DETAILS, SHORT_FORM, OVERALL_SATISFACTION, ORDER_SUMMARY
142+
* ADVANCED_PRODUCT_DETAILS, SHORT_FORM, OVERALL_SATISFACTION, ORDER_SUMMARY,
143+
* APPOINTMENT_DETAILS
139144
*
140145
* @param self::WIDGET_TYPE_* $widgetType
141146
*/

0 commit comments

Comments
 (0)