Sinch Node.js SDK - v1.5.0
    Preparing search index...

    Interface CardMessageItem

    Message containing text, media and choices.

    interface CardMessageItem {
        choices?: Choice[];
        description?: string;
        height?: string;
        media_message?: MediaProperties;
        message_properties?: CardMessageItemProperties;
        title?: string;
    }
    Index

    Properties

    choices?: Choice[]

    You may include choices in your Card Message. The number of choices is limited to 10.

    description?: string

    This is an optional description field that is displayed below the title on the card.

    height?: string

    CardHeight

    media_message?: MediaProperties

    A message containing a media component.

    message_properties?: CardMessageItemProperties

    Optional additional properties.

    title?: string

    The title of the card message.