public sealed class Image : IMessage<Intent.Types.Message.Types.Image>, IEquatable<Intent.Types.Message.Types.Image>, IDeepCloneable<Intent.Types.Message.Types.Image>, IBufferMessage, IMessageThe image response message.
Implements
IMessage<Intent.Types.Message.Types.Image>, IEquatable<Intent.Types.Message.Types.Image>, IDeepCloneable<Intent.Types.Message.Types.Image>, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Assembly
Google.Cloud.Dialogflow.V2.dll
Constructors
Image()
public Image()Image(Intent.Types.Message.Types.Image)
public Image(Intent.Types.Message.Types.Image other)| Parameter | |
|---|---|
| Name | Description |
other |
Intent.Types.Message.Types.Image |
Properties
AccessibilityText
public string AccessibilityText { get; set; }Optional. A text description of the image to be used for accessibility, e.g., screen readers.
| Property Value | |
|---|---|
| Type | Description |
String |
|
ImageUri
public string ImageUri { get; set; }Optional. The public URI to an image file.
| Property Value | |
|---|---|
| Type | Description |
String |
|