Google Cloud Dialogflow V2 Client - Class MediaContent (1.8.0)

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

Namespace

Google \ Cloud \ Dialogflow \ V2 \ Intent \ Message

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
int

setMediaType

Optional. What type of media is the content (ie "audio").

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getMediaObjects

Required. List of media objects.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setMediaObjects

Required. List of media objects.

Parameter
NameDescription
var array<Google\Cloud\Dialogflow\V2\Intent\Message\MediaContent\ResponseMediaObject>
Returns
TypeDescription
$this