@@ -545,10 +545,16 @@ def update!(**args)
545545 end
546546
547547 # A [card](https://developers.google.com/workspace/chat/api/reference/rest/v1/
548- # cards) in a Google Chat message. Only Chat apps can create cards. If your Chat
549- # app [authenticates as a user](https://developers.google.com/workspace/chat/
550- # authenticate-authorize-chat-user), the message can't contain cards. [Card
551- # builder](https://addons.gsuite.google.com/uikit/builder)
548+ # cards) in a Google Chat message. Chat apps can create cards with [app
549+ # authentication](https://developers.google.com/workspace/chat/authenticate-
550+ # authorize-chat-app). As part of the [Developer Preview Program](https://
551+ # developers.google.com/workspace/preview), if your Chat app [authenticates as a
552+ # user](https://developers.google.com/workspace/chat/authenticate-authorize-chat-
553+ # user), it can create card messages. If your Chat app is not part of Developer
554+ # Preview Program, it can't create cards with user authentication. To learn how
555+ # to create a message that contains cards, see [Send a message](https://
556+ # developers.google.com/workspace/chat/create-messages). [Card builder](https://
557+ # addons.gsuite.google.com/uikit/builder)
552558 class CardWithId
553559 include Google ::Apis ::Core ::Hashable
554560
@@ -5074,12 +5080,16 @@ class Message
50745080 attr_accessor :cards
50755081
50765082 # Optional. An array of [cards](https://developers.google.com/workspace/chat/api/
5077- # reference/rest/v1/cards). Only Chat apps can create cards. If your Chat app [
5078- # authenticates as a user](https://developers.google.com/workspace/chat/
5079- # authenticate-authorize-chat-user), the messages can't contain cards. To learn
5080- # how to create a message that contains cards, see [Send a message](https://
5081- # developers.google.com/workspace/chat/create-messages). [Card builder](https://
5082- # addons.gsuite.google.com/uikit/builder)
5083+ # reference/rest/v1/cards). Chat apps can create cards with [app authentication](
5084+ # https://developers.google.com/workspace/chat/authenticate-authorize-chat-app).
5085+ # As part of the [Developer Preview Program](https://developers.google.com/
5086+ # workspace/preview), if your Chat app [authenticates as a user](https://
5087+ # developers.google.com/workspace/chat/authenticate-authorize-chat-user), it can
5088+ # create card messages. If your Chat app is not part of Developer Preview
5089+ # Program, it can't create cards with user authentication. To learn how to
5090+ # create a message that contains cards, see [Send a message](https://developers.
5091+ # google.com/workspace/chat/create-messages). [Card builder](https://addons.
5092+ # gsuite.google.com/uikit/builder)
50835093 # Corresponds to the JSON property `cardsV2`
50845094 # @return [Array<Google::Apis::ChatV1::CardWithId>]
50855095 attr_accessor :cards_v2
0 commit comments