@@ -54,10 +54,13 @@ public final class DeprecatedEvent extends com.google.api.client.json.GenericJso
5454 private CommonEventObject common ;
5555
5656 /**
57- * For `MESSAGE` interaction events, the URL that users must be redirected to after they complete
58- * an authorization or configuration flow outside of Google Chat. For more information, see
59- * [Connect a Chat app with other services and
60- * tools](https://developers.google.com/workspace/chat/connect-web-services-tools).
57+ * This URL is populated for `MESSAGE` and `ADDED_TO_SPACE` interaction events. After completing
58+ * an authorization or configuration flow outside of Google Chat, users must be redirected to this
59+ * URL to signal to Google Chat that the authorization or configuration flow was successful. For
60+ * more information, see [Connect a Chat app with other services and
61+ * tools](https://developers.google.com/workspace/chat/connect-web-services-tools). In [Developer
62+ * Preview](https://developers.google.com/workspace/preview), this URL is also populated for
63+ * `APP_COMMAND` interaction events.
6164 * The value may be {@code null}.
6265 */
6366 @ com .google .api .client .util .Key
@@ -181,21 +184,27 @@ public DeprecatedEvent setCommon(CommonEventObject common) {
181184 }
182185
183186 /**
184- * For `MESSAGE` interaction events, the URL that users must be redirected to after they complete
185- * an authorization or configuration flow outside of Google Chat. For more information, see
186- * [Connect a Chat app with other services and
187- * tools](https://developers.google.com/workspace/chat/connect-web-services-tools).
187+ * This URL is populated for `MESSAGE` and `ADDED_TO_SPACE` interaction events. After completing
188+ * an authorization or configuration flow outside of Google Chat, users must be redirected to this
189+ * URL to signal to Google Chat that the authorization or configuration flow was successful. For
190+ * more information, see [Connect a Chat app with other services and
191+ * tools](https://developers.google.com/workspace/chat/connect-web-services-tools). In [Developer
192+ * Preview](https://developers.google.com/workspace/preview), this URL is also populated for
193+ * `APP_COMMAND` interaction events.
188194 * @return value or {@code null} for none
189195 */
190196 public java .lang .String getConfigCompleteRedirectUrl () {
191197 return configCompleteRedirectUrl ;
192198 }
193199
194200 /**
195- * For `MESSAGE` interaction events, the URL that users must be redirected to after they complete
196- * an authorization or configuration flow outside of Google Chat. For more information, see
197- * [Connect a Chat app with other services and
198- * tools](https://developers.google.com/workspace/chat/connect-web-services-tools).
201+ * This URL is populated for `MESSAGE` and `ADDED_TO_SPACE` interaction events. After completing
202+ * an authorization or configuration flow outside of Google Chat, users must be redirected to this
203+ * URL to signal to Google Chat that the authorization or configuration flow was successful. For
204+ * more information, see [Connect a Chat app with other services and
205+ * tools](https://developers.google.com/workspace/chat/connect-web-services-tools). In [Developer
206+ * Preview](https://developers.google.com/workspace/preview), this URL is also populated for
207+ * `APP_COMMAND` interaction events.
199208 * @param configCompleteRedirectUrl configCompleteRedirectUrl or {@code null} for none
200209 */
201210 public DeprecatedEvent setConfigCompleteRedirectUrl (java .lang .String configCompleteRedirectUrl ) {
0 commit comments