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 document provides detailed information about the `MediaContent` class within the `Google.Cloud.Dialogflow.V2` namespace, which is used for representing media content in Actions on Google."],["The latest version documented is 4.26.0, and the content offers links to documentation for versions ranging from 4.26.0 down to 3.2.0 of the Dialogflow V2 library."],["The `MediaContent` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which offer the ability to handle messages and perform deep cloning."],["The `MediaContent` class includes two primary constructors: a default constructor and one that takes another `MediaContent` object as an argument for creating a new instance."],["The class contains two properties: `MediaObjects`, which is a required list of media objects, and `MediaType`, which is an optional property specifying the type of media."]]],[]]