Google Cloud Dialogflow V2 Client - Class Image (1.0.1)

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.

Parameters
NameDescription
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];

Returns
TypeDescription
string

setImageUri

Optional. The public URI to an image file.

Generated from protobuf field string image_uri = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
var string
Returns
TypeDescription
$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];

Returns
TypeDescription
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];

Parameter
NameDescription
var string
Returns
TypeDescription
$this