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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides documentation for the `MediaContent` class within the `Google.Cloud.Dialogflow.V2` namespace, specifically detailing its use in the context of media content cards for Actions on Google."],["The `MediaContent` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for various functionalities such as message handling, equality comparison, deep cloning, and buffer management."],["The page lists the various versions of the Google Cloud Dialogflow V2, and it links to each of them, from version 4.26.0 down to 3.2.0, providing access to historical documentation for each specific version."],["The `MediaContent` class includes properties like `MediaObjects`, which holds a list of media objects, and `MediaType`, which specifies the type of media content, such as audio, that can be contained within."],["There are two constructors available, one that allows the creation of an empty `MediaContent` object, and another that allows copying another `MediaContent` object."]]],[]]