public sealed class Intent.Types.Message.Types.Image : IMessage<Intent.Types.Message.Types.Image>, IEquatable<Intent.Types.Message.Types.Image>, IDeepCloneable<Intent.Types.Message.Types.Image>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class Intent.Types.Message.Types.Image.
[[["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 `Intent.Types.Message.Types.Image` class within the Google Cloud Dialogflow v2 API for .NET, detailing its usage as an image response message."],["The documentation spans multiple versions of the API, from version 3.2.0 up to the latest version 4.26.0, with each version linked to its corresponding API reference."],["The `Image` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, suggesting its role in message handling and data serialization within the API."],["The `Image` class has two properties, `AccessibilityText`, which provides a string description of the image for accessibility purposes, and `ImageUri`, which contains the string URL of the image."],["The `Image` class can be constructed by default with the `Image()` constructor or with an `Image(Image other)` constructor which takes an existing image as an argument."]]],[]]