@@ -54,10 +54,13 @@ public final class DeprecatedEvent extends com.google.api.client.json.GenericJso
54
54
private CommonEventObject common ;
55
55
56
56
/**
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.
61
64
* The value may be {@code null}.
62
65
*/
63
66
@ com .google .api .client .util .Key
@@ -181,21 +184,27 @@ public DeprecatedEvent setCommon(CommonEventObject common) {
181
184
}
182
185
183
186
/**
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.
188
194
* @return value or {@code null} for none
189
195
*/
190
196
public java .lang .String getConfigCompleteRedirectUrl () {
191
197
return configCompleteRedirectUrl ;
192
198
}
193
199
194
200
/**
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.
199
208
* @param configCompleteRedirectUrl configCompleteRedirectUrl or {@code null} for none
200
209
*/
201
210
public DeprecatedEvent setConfigCompleteRedirectUrl (java .lang .String configCompleteRedirectUrl ) {
0 commit comments