Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class MediaContent.
The media content card for Actions on Google.
Generated from protobuf message google.cloud.dialogflow.v2.Intent.Message.MediaContent
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ media_type |
int
Optional. What type of media is the content (ie "audio"). |
↳ media_objects |
array<Google\Cloud\Dialogflow\V2\Intent\Message\MediaContent\ResponseMediaObject>
Required. List of media objects. |
getMediaType
Optional. What type of media is the content (ie "audio").
Returns | |
---|---|
Type | Description |
int |
setMediaType
Optional. What type of media is the content (ie "audio").
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getMediaObjects
Required. List of media objects.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setMediaObjects
Required. List of media objects.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Dialogflow\V2\Intent\Message\MediaContent\ResponseMediaObject>
|
Returns | |
---|---|
Type | Description |
$this |