Show / Hide Table of Contents

Class GoogleCloudDialogflowV2beta1IntentMessageMediaContentResponseMediaObject

Response media object for media content card.

Inheritance
object
GoogleCloudDialogflowV2beta1IntentMessageMediaContentResponseMediaObject
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dialogflow.v3beta1.Data
Assembly: Google.Apis.Dialogflow.v3beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1IntentMessageMediaContentResponseMediaObject : IDirectResponseSchema

Properties

ContentUrl

Required. Url where the media is stored.

Declaration
[JsonProperty("contentUrl")]
public virtual string ContentUrl { get; set; }
Property Value
Type Description
string

Description

Optional. Description of media card.

Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Icon

Optional. Icon to display above media content.

Declaration
[JsonProperty("icon")]
public virtual GoogleCloudDialogflowV2beta1IntentMessageImage Icon { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2beta1IntentMessageImage

LargeImage

Optional. Image to display above media content.

Declaration
[JsonProperty("largeImage")]
public virtual GoogleCloudDialogflowV2beta1IntentMessageImage LargeImage { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2beta1IntentMessageImage

Name

Required. Name of media card.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX