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"]],[["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 webpage provides documentation for the `Image` class within the `Google.Cloud.Dialogflow.V2` namespace, specifically for various versions of the Dialogflow .NET library."],["The `Image` class represents an image response message used in Dialogflow and is part of the `Intent.Types.Message.Types` structure."],["The latest version available for this `Image` class is 4.26.0, but versions as old as 3.2.0 are also documented on this page, alongside many other previous iterations."],["The `Image` class allows you to set both an `ImageUri` (the public URI of the image) and an `AccessibilityText` for screen readers, as part of its properties."],["The `Image` class inherits from the base `Object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."]]],[]]