GoogleCloudDialogflowV2beta1IntentMessageMediaContentResponseMediaObjectArgs

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

Response media object for media content card.

Constructors

Functions

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

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.