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 \ MessageMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
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 | |
|---|---|
| Type | Description |
string |
|
setImageUri
Optional. The public URI to an image file.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getAccessibilityText
Optional. A text description of the image to be used for accessibility, e.g., screen readers.
| Returns | |
|---|---|
| Type | Description |
string |
|
setAccessibilityText
Optional. A text description of the image to be used for accessibility, e.g., screen readers.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|