Google Cloud Dialogflow V2 Client - Class Image (1.7.2)

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

Namespace

Google \ Cloud \ Dialogflow \ V2 \ Intent \ Message

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.

Returns
TypeDescription
string

setImageUri

Optional. The public URI to an image file.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getAccessibilityText

Optional. A text description of the image to be used for accessibility, e.g., screen readers.

Returns
TypeDescription
string

setAccessibilityText

Optional. A text description of the image to be used for accessibility, e.g., screen readers.

Parameter
NameDescription
var string
Returns
TypeDescription
$this