GoogleCloudDialogflowV2IntentMessageMediaContentResponseMediaObjectArgs

data class GoogleCloudDialogflowV2IntentMessageMediaContentResponseMediaObjectArgs(val contentUrl: Output<String>, val description: Output<String>? = null, val icon: Output<GoogleCloudDialogflowV2IntentMessageImageArgs>? = null, val largeImage: Output<GoogleCloudDialogflowV2IntentMessageImageArgs>? = null, val name: Output<String>) : ConvertibleToJava<GoogleCloudDialogflowV2IntentMessageMediaContentResponseMediaObjectArgs>

Response media object for media content card.

Constructors

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudDialogflowV2IntentMessageMediaContentResponseMediaObjectArgs

Properties

Link copied to clipboard
val contentUrl: Output<String>

Url where the media is stored.

Link copied to clipboard
val description: Output<String>? = null

Optional. Description of media card.

Link copied to clipboard

Optional. Icon to display above media content.

Link copied to clipboard

Optional. Image to display above media content.

Link copied to clipboard
val name: Output<String>

Name of media card.