RingCentral .Net SDK
Properties | List of all members
RingCentral.AdaptiveCardInfo Class Reference

Properties

string id [get, set]
 Internal identifier of an adaptive card More...
 
string creationTime [get, set]
 Adaptive Card creation datetime in ISO 8601 format Format: date-time More...
 
string lastModifiedTime [get, set]
 Post last modification datetime in ISO 8601 format Format: date-time More...
 
string schema [get, set]
 Schema of an adaptive card Format: uri More...
 
string type [get, set]
 Enum: AdaptiveCard More...
 
string version [get, set]
 Version of an adaptive card More...
 
AdaptiveCardCreator creator [get, set]
 
string[] chatIds [get, set]
 Chat IDs where an adaptive card is posted or shared. More...
 
AdaptiveCardInfoRequest[] body [get, set]
 List of card elements to show in the primary card region More...
 
AdaptiveCardAction[] actions [get, set]
 
AdaptiveCardSelectAction selectAction [get, set]
 
string fallbackText [get, set]
 Text shown when the client doesn't support the version specified (may contain markdown) More...
 
BackgroundImage backgroundImage [get, set]
 Specifies a background image oa a card. Acceptable formats are PNG, JPEG, and GIF More...
 
string minHeight [get, set]
 Specifies the minimum height of the card in pixels Example: 50px More...
 
string speak [get, set]
 Specifies what should be spoken for this entire card. This is simple text or SSML fragment More...
 
string lang [get, set]
 The 2-letter ISO-639-1 language used in the card. Used to localize any date/time functions Enum: en, fr, es More...
 
string verticalContentAlignment [get, set]
 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 More...
 

Property Documentation

◆ actions

AdaptiveCardAction [] RingCentral.AdaptiveCardInfo.actions
getset

◆ backgroundImage

BackgroundImage RingCentral.AdaptiveCardInfo.backgroundImage
getset

Specifies a background image oa a card. Acceptable formats are PNG, JPEG, and GIF

◆ body

AdaptiveCardInfoRequest [] RingCentral.AdaptiveCardInfo.body
getset

List of card elements to show in the primary card region

◆ chatIds

string [] RingCentral.AdaptiveCardInfo.chatIds
getset

Chat IDs where an adaptive card is posted or shared.

◆ creationTime

string RingCentral.AdaptiveCardInfo.creationTime
getset

Adaptive Card creation datetime in ISO 8601 format Format: date-time

◆ creator

AdaptiveCardCreator RingCentral.AdaptiveCardInfo.creator
getset

◆ fallbackText

string RingCentral.AdaptiveCardInfo.fallbackText
getset

Text shown when the client doesn't support the version specified (may contain markdown)

◆ id

string RingCentral.AdaptiveCardInfo.id
getset

Internal identifier of an adaptive card

◆ lang

string RingCentral.AdaptiveCardInfo.lang
getset

The 2-letter ISO-639-1 language used in the card. Used to localize any date/time functions Enum: en, fr, es

◆ lastModifiedTime

string RingCentral.AdaptiveCardInfo.lastModifiedTime
getset

Post last modification datetime in ISO 8601 format Format: date-time

◆ minHeight

string RingCentral.AdaptiveCardInfo.minHeight
getset

Specifies the minimum height of the card in pixels Example: 50px

◆ schema

string RingCentral.AdaptiveCardInfo.schema
getset

Schema of an adaptive card Format: uri

◆ selectAction

AdaptiveCardSelectAction RingCentral.AdaptiveCardInfo.selectAction
getset

◆ speak

string RingCentral.AdaptiveCardInfo.speak
getset

Specifies what should be spoken for this entire card. This is simple text or SSML fragment

◆ type

string RingCentral.AdaptiveCardInfo.type
getset

Enum: AdaptiveCard

◆ version

string RingCentral.AdaptiveCardInfo.version
getset

Version of an adaptive card

◆ verticalContentAlignment

string RingCentral.AdaptiveCardInfo.verticalContentAlignment
getset

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


The documentation for this class was generated from the following file: