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 focusing on version 3.8.0 and onward, up to the latest 4.26.0."],["The `MediaContent` class is designed for creating media content cards in Actions on Google, and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation outlines the two constructors available for `MediaContent`: a default constructor and a constructor that takes another `MediaContent` object as a parameter."],["The `MediaContent` class includes properties such as `MediaObjects`, which is a list of media objects, and `MediaType`, which specifies the type of media content (e.g., \"audio\")."],["The page lists the inherited members from the `Object` class, detailing methods such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]