Google Cloud Dialogflow V2Intent Message Media Content Args
data class GoogleCloudDialogflowV2IntentMessageMediaContentArgs(val mediaObjects: Output<List<GoogleCloudDialogflowV2IntentMessageMediaContentResponseMediaObjectArgs>>, val mediaType: Output<GoogleCloudDialogflowV2IntentMessageMediaContentMediaType>? = null) : ConvertibleToJava<GoogleCloudDialogflowV2IntentMessageMediaContentArgs>
The media content card for Actions on Google.
Constructors
Link copied to clipboard
constructor(mediaObjects: Output<List<GoogleCloudDialogflowV2IntentMessageMediaContentResponseMediaObjectArgs>>, mediaType: Output<GoogleCloudDialogflowV2IntentMessageMediaContentMediaType>? = null)
Properties
Link copied to clipboard
val mediaObjects: Output<List<GoogleCloudDialogflowV2IntentMessageMediaContentResponseMediaObjectArgs>>
List of media objects.
Link copied to clipboard
Optional. What type of media is the content (ie "audio").