public sealed class MediaContent : IMessage<Intent.Types.Message.Types.MediaContent>, IEquatable<Intent.Types.Message.Types.MediaContent>, IDeepCloneable<Intent.Types.Message.Types.MediaContent>, IBufferMessage, IMessage
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This webpage provides documentation for the `MediaContent` class within the `Google.Cloud.Dialogflow.V2` namespace, specifically focusing on version 3.3.0 and later versions up to 4.26.0, which is the latest."],["The `MediaContent` class is used to create media content cards for Actions on Google, and is derived from several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, one default constructor `MediaContent()`, and another that takes `Intent.Types.Message.Types.MediaContent` as an argument for parameter `other`."],["Key properties of the `MediaContent` class include `MediaObjects`, a list of media objects of type `ResponseMediaObject`, and `MediaType`, which specifies the type of media content, such as audio, with a `ResponseMediaType`."],["The page lists the version history of `MediaContent` from 3.2.0 to 4.26.0, allowing users to access documentation for previous versions of the `MediaContent` class."]]],[]]