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

constructor(contentUrl: Output<String>, description: Output<String>? = null, icon: Output<GoogleCloudDialogflowV2IntentMessageImageArgs>? = null, largeImage: Output<GoogleCloudDialogflowV2IntentMessageImageArgs>? = null, name: Output<String>)

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.

Functions

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