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.7.0 and onward."],["The `MediaContent` class, designed for Actions on Google, represents a media content card and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the documented content available is 4.26.0, and the page provides links to the documentation for different versions of this class, ranging from 3.2.0 to the latest."],["The class has two constructors, `MediaContent()` and `MediaContent(Intent.Types.Message.Types.MediaContent other)`, along with two key properties: `MediaObjects` (a list of media objects) and `MediaType` (the type of media content, like audio)."],["The page also lists the inherited members from the base `Object` class, such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`, in addition to the namespace and assembly information for this class."]]],[]]