Class ResponseMediaObject (2.16.0)

ResponseMediaObject(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Response media object for media content card.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
name str
Required. Name of media card.
description str
Optional. Description of media card.
large_image google.cloud.dialogflow_v2beta1.types.Intent.Message.Image
Optional. Image to display above media content. This field is a member of `oneof`_ ``image``.
icon google.cloud.dialogflow_v2beta1.types.Intent.Message.Image
Optional. Icon to display above media content. This field is a member of `oneof`_ ``image``.
content_url str
Required. Url where the media is stored.

Inheritance

builtins.object > proto.message.Message > ResponseMediaObject