public sealed class Image : IMessage<Intent.Types.Message.Types.Image>, IEquatable<Intent.Types.Message.Types.Image>, IDeepCloneable<Intent.Types.Message.Types.Image>, 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 `Image` class within the `Google.Cloud.Dialogflow.V2` namespace, specifically for the version 3.3.0 and onwards up to 4.26.0."],["The `Image` class represents an image response message used in Dialogflow and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Image` class has two constructors, one default and one that accepts another `Image` object for copying its values."],["The `Image` class has two properties, `AccessibilityText` to provide a text description for screen readers, and `ImageUri` for specifying the URL of the image."],["The webpage also includes a comprehensive list of all the versions for the `Image` class, with each version having its own link, starting from 3.2.0 all the way to the latest version, 4.26.0."]]],[]]