GoogleCloudDialogflowV2IntentMessageMediaContentResponseMediaObject class
Response media object for media content card.
Constructors
- GoogleCloudDialogflowV2IntentMessageMediaContentResponseMediaObject({String? contentUrl, String? description, GoogleCloudDialogflowV2IntentMessageImage? icon, GoogleCloudDialogflowV2IntentMessageImage? largeImage, String? name})
- GoogleCloudDialogflowV2IntentMessageMediaContentResponseMediaObject.fromJson(Map json_)
Properties
- contentUrl ↔ String?
-
Url where the media is stored.
getter/setter pair
- description ↔ String?
-
Description of media card.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- icon ↔ GoogleCloudDialogflowV2IntentMessageImage?
-
Icon to display above media content.
getter/setter pair
- largeImage ↔ GoogleCloudDialogflowV2IntentMessageImage?
-
Image to display above media content.
getter/setter pair
- name ↔ String?
-
Name of media card.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited