Package com.ringcentral.definitions
Class AdaptiveCardInfo
java.lang.Object
com.ringcentral.definitions.AdaptiveCardInfo
-
Field Summary
FieldsModifier and TypeFieldDescriptionSchema of an adaptive card Format: uriSpecifies a background image oa a card.List of card elements to show in the primary card regionString[]
Chat IDs where an adaptive card is posted or shared.Adaptive Card creation datetime in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format Format: date-timeText shown when the client doesn't support the version specified (may contain markdown)Internal identifier of an adaptive cardThe 2-letter ISO-639-1 language used in the card.Post last modification datetime in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format Format: date-timeSpecifies the minimum height of the card in pixels Example: 50pxSpecifies what should be spoken for this entire card.Enum: AdaptiveCardVersion of an adaptive cardDefines how the content should be aligned vertically within the container. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactions
(AdaptiveCardAction[] actions) backgroundImage
(BackgroundImage backgroundImage) body
(AdaptiveCardInfoRequest[] body) creationTime
(String creationTime) creator
(AdaptiveCardCreator creator) fallbackText
(String fallbackText) lastModifiedTime
(String lastModifiedTime) selectAction
(AdaptiveCardSelectAction selectAction) verticalContentAlignment
(String verticalContentAlignment)
-
Field Details
-
id
Internal identifier of an adaptive card -
creationTime
Adaptive Card creation datetime in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format Format: date-time -
lastModifiedTime
Post last modification datetime in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format Format: date-time -
$schema
Schema of an adaptive card Format: uri -
type
Enum: AdaptiveCard -
version
Version of an adaptive card -
creator
-
chatIds
Chat IDs where an adaptive card is posted or shared. -
body
List of card elements to show in the primary card region -
actions
-
selectAction
-
fallbackText
Text shown when the client doesn't support the version specified (may contain markdown) -
backgroundImage
Specifies a background image oa a card. Acceptable formats are PNG, JPEG, and GIF -
minHeight
Specifies the minimum height of the card in pixels Example: 50px -
speak
Specifies what should be spoken for this entire card. This is simple text or SSML fragment -
lang
The 2-letter ISO-639-1 language used in the card. Used to localize any date/time functions Enum: en, fr, es -
verticalContentAlignment
Defines how the content should be aligned vertically within the container. Only relevant for fixed-height cards, or cards with a `minHeight` specified Enum: top, center, bottom
-
-
Constructor Details
-
AdaptiveCardInfo
public AdaptiveCardInfo()
-
-
Method Details
-
id
-
creationTime
-
lastModifiedTime
-
$schema
-
type
-
version
-
creator
-
chatIds
-
body
-
actions
-
selectAction
-
fallbackText
-
backgroundImage
-
minHeight
-
speak
-
lang
-
verticalContentAlignment
-