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 version 3.11.0, along with links to other versions."],["The `Image` class is a response message type used in Dialogflow, designed to represent an image."],["The `Image` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes two constructors: a default constructor `Image()` and a copy constructor `Image(Intent.Types.Message.Types.Image other)`."],["The `Image` class contains properties such as `AccessibilityText` and `ImageUri`, which provide a description and the URL of the image, respectively."]]],[]]