Class GoogleCloudDialogflowV2beta1IntentMessageRbmCarouselCard
Inheritance
GoogleCloudDialogflowV2beta1IntentMessageRbmCarouselCard
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2beta1IntentMessageRbmCarouselCard : IDirectResponseSchema
Properties
CardContents
Declaration
[JsonProperty("cardContents")]
public virtual IList<GoogleCloudDialogflowV2beta1IntentMessageRbmCardContent> CardContents { get; set; }
Property Value
CardWidth
Declaration
[JsonProperty("cardWidth")]
public virtual string CardWidth { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Implements