@@ -120,11 +120,15 @@ public final class Message extends com.google.api.client.json.GenericJson {
120120
121121 /**
122122 * Optional. An array of
123- * [cards](https://developers.google.com/workspace/chat/api/reference/rest/v1/cards). Only Chat
124- * apps can create cards. If your Chat app [authenticates as a
125- * user](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user), the
126- * messages can't contain cards. To learn how to create a message that contains cards, see [Send a
127- * message](https://developers.google.com/workspace/chat/create-messages). [Card
123+ * [cards](https://developers.google.com/workspace/chat/api/reference/rest/v1/cards). Chat apps
124+ * can create cards with [app
125+ * authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-app).
126+ * As part of the [Developer Preview Program](https://developers.google.com/workspace/preview), if
127+ * your Chat app [authenticates as a
128+ * user](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user), it can
129+ * create card messages. If your Chat app is not part of Developer Preview Program, it can't
130+ * create cards with user authentication. To learn how to create a message that contains cards,
131+ * see [Send a message](https://developers.google.com/workspace/chat/create-messages). [Card
128132 * builder](https://addons.gsuite.google.com/uikit/builder)
129133 * The value may be {@code null}.
130134 */
@@ -466,11 +470,15 @@ public Message setCards(java.util.List<Card> cards) {
466470
467471 /**
468472 * Optional. An array of
469- * [cards](https://developers.google.com/workspace/chat/api/reference/rest/v1/cards). Only Chat
470- * apps can create cards. If your Chat app [authenticates as a
471- * user](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user), the
472- * messages can't contain cards. To learn how to create a message that contains cards, see [Send a
473- * message](https://developers.google.com/workspace/chat/create-messages). [Card
473+ * [cards](https://developers.google.com/workspace/chat/api/reference/rest/v1/cards). Chat apps
474+ * can create cards with [app
475+ * authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-app).
476+ * As part of the [Developer Preview Program](https://developers.google.com/workspace/preview), if
477+ * your Chat app [authenticates as a
478+ * user](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user), it can
479+ * create card messages. If your Chat app is not part of Developer Preview Program, it can't
480+ * create cards with user authentication. To learn how to create a message that contains cards,
481+ * see [Send a message](https://developers.google.com/workspace/chat/create-messages). [Card
474482 * builder](https://addons.gsuite.google.com/uikit/builder)
475483 * @return value or {@code null} for none
476484 */
@@ -480,11 +488,15 @@ public java.util.List<CardWithId> getCardsV2() {
480488
481489 /**
482490 * Optional. An array of
483- * [cards](https://developers.google.com/workspace/chat/api/reference/rest/v1/cards). Only Chat
484- * apps can create cards. If your Chat app [authenticates as a
485- * user](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user), the
486- * messages can't contain cards. To learn how to create a message that contains cards, see [Send a
487- * message](https://developers.google.com/workspace/chat/create-messages). [Card
491+ * [cards](https://developers.google.com/workspace/chat/api/reference/rest/v1/cards). Chat apps
492+ * can create cards with [app
493+ * authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-app).
494+ * As part of the [Developer Preview Program](https://developers.google.com/workspace/preview), if
495+ * your Chat app [authenticates as a
496+ * user](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user), it can
497+ * create card messages. If your Chat app is not part of Developer Preview Program, it can't
498+ * create cards with user authentication. To learn how to create a message that contains cards,
499+ * see [Send a message](https://developers.google.com/workspace/chat/create-messages). [Card
488500 * builder](https://addons.gsuite.google.com/uikit/builder)
489501 * @param cardsV2 cardsV2 or {@code null} for none
490502 */
0 commit comments