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 page provides documentation for the `Image` class within the `Google.Cloud.Dialogflow.V2` namespace, specifically for versions ranging from 3.2.0 to the latest 4.26.0."],["The `Image` class represents an image response message and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Image` class includes properties `AccessibilityText` for providing a text description of the image for accessibility and `ImageUri` for the public URI to the image file."],["The documentation lists all the available versions of the `Image` class from 3.2.0 through 4.26.0, along with links to each version's documentation."],["The class `Image` has two constructors, `Image()` and `Image(Intent.Types.Message.Types.Image other)`, allowing for the creation of new image instances, and the latter is a copy constructor."]]],[]]