Google Cloud Dialogflow V2Intent Message Media Content Response Media Object Args
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
Link copied to clipboard
constructor(contentUrl: Output<String>, description: Output<String>? = null, icon: Output<GoogleCloudDialogflowV2IntentMessageImageArgs>? = null, largeImage: Output<GoogleCloudDialogflowV2IntentMessageImageArgs>? = null, name: Output<String>)