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 the `Intent.Types.Message.Types.Image` type, detailing its usage and inheritance."],["The `Image` class, representing an image response message, is part of the Dialogflow API and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists historical versions of the `Image` class, ranging from version 3.2.0 to the latest version 4.26.0, allowing users to access documentation for different releases."],["The `Image` class includes properties for setting the `AccessibilityText` and the `ImageUri`, which allow for the addition of a descriptive text for accessibility and the URI for the image to be used, respectively."],["There are two constructors for the `Image` class, one empty and the other for creating a copy from another `Intent.Types.Message.Types.Image` object."]]],[]]