@@ -80,7 +80,10 @@ public final class CommonEventObject extends com.google.api.client.json.GenericJ
8080 private java .lang .String hostApp ;
8181
8282 /**
83- * Name of the invoked function associated with the widget. Only set for Chat apps.
83+ * Name of the function to invoke. This field doesn't populate for Google Workspace Add-ons that
84+ * extend Google Chat. Instead, to receive function data like identifiers, add-ons that extend
85+ * Chat should use the `parameters` field. See [Build interactive interfaces for Chat
86+ * apps](https://developers.google.com/workspace/add-ons/chat/build).
8487 * The value may be {@code null}.
8588 */
8689 @ com .google .api .client .util .Key
@@ -226,15 +229,21 @@ public CommonEventObject setHostApp(java.lang.String hostApp) {
226229 }
227230
228231 /**
229- * Name of the invoked function associated with the widget. Only set for Chat apps.
232+ * Name of the function to invoke. This field doesn't populate for Google Workspace Add-ons that
233+ * extend Google Chat. Instead, to receive function data like identifiers, add-ons that extend
234+ * Chat should use the `parameters` field. See [Build interactive interfaces for Chat
235+ * apps](https://developers.google.com/workspace/add-ons/chat/build).
230236 * @return value or {@code null} for none
231237 */
232238 public java .lang .String getInvokedFunction () {
233239 return invokedFunction ;
234240 }
235241
236242 /**
237- * Name of the invoked function associated with the widget. Only set for Chat apps.
243+ * Name of the function to invoke. This field doesn't populate for Google Workspace Add-ons that
244+ * extend Google Chat. Instead, to receive function data like identifiers, add-ons that extend
245+ * Chat should use the `parameters` field. See [Build interactive interfaces for Chat
246+ * apps](https://developers.google.com/workspace/add-ons/chat/build).
238247 * @param invokedFunction invokedFunction or {@code null} for none
239248 */
240249 public CommonEventObject setInvokedFunction (java .lang .String invokedFunction ) {
0 commit comments