Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class Image.
The image response message.
Generated from protobuf message google.cloud.dialogflow.v2.Intent.Message.Image
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ image_uri
string
Optional. The public URI to an image file.
↳ accessibility_text
string
Optional. A text description of the image to be used for accessibility, e.g., screen readers.
getImageUri
Optional. The public URI to an image file.
Generated from protobuf field string image_uri = 1 [(.google.api.field_behavior) = OPTIONAL];
string
setImageUri
Optional. The public URI to an image file.
Generated from protobuf field string image_uri = 1 [(.google.api.field_behavior) = OPTIONAL];
var
string
$this
getAccessibilityText
Optional. A text description of the image to be used for accessibility, e.g., screen readers.
Generated from protobuf field string accessibility_text = 2 [(.google.api.field_behavior) = OPTIONAL];
string
setAccessibilityText
Optional. A text description of the image to be used for accessibility, e.g., screen readers.
Generated from protobuf field string accessibility_text = 2 [(.google.api.field_behavior) = OPTIONAL];
var
string
$this