com.justai.jaicf.channel.viber.sdk.message.RichMediaObject.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of viber Show documentation
Show all versions of viber Show documentation
JAICF-Kotlin Viber Channel implementation. Enables JAICF-Kotlin integration with Viber
package com.justai.jaicf.channel.viber.sdk.message
import com.fasterxml.jackson.annotation.JsonProperty
import com.fasterxml.jackson.databind.PropertyNamingStrategy
import com.fasterxml.jackson.databind.annotation.JsonNaming
/**
* @link https://developers.viber.com/docs/api/rest-bot-api/#rich-media-message--carousel-content-message
*/
@JsonNaming(PropertyNamingStrategy.UpperCamelCaseStrategy::class)
data class RichMediaObject @JvmOverloads constructor(
val buttons: List