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 page details the `Image` class within the `Google.Cloud.Dialogflow.V2` namespace, specifically within the `Intent.Types.Message.Types` scope, used for image response messages."],["The latest version of this class is 4.26.0, with links provided for versions back to 3.2.0, allowing for the review of changes and implementation across different releases."],["The `Image` class inherits from `System.Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to function within the Dialogflow framework."],["The class includes two constructors: a default constructor `Image()` and a copy constructor `Image(Intent.Types.Message.Types.Image other)`, facilitating the creation of new image instances."],["The class provides two properties, `AccessibilityText` for an image's text description and `ImageUri` for the image's public URI, both of which are optional and of the string type."]]],[]]