Show / Hide Table of Contents

Class GoogleCloudDialogflowV2IntentMessage

Inheritance
object
GoogleCloudDialogflowV2IntentMessage
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.v2beta1.Data
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class GoogleCloudDialogflowV2IntentMessage : IDirectResponseSchema

Properties

BasicCard

Declaration
[JsonProperty("basicCard")]
public virtual GoogleCloudDialogflowV2IntentMessageBasicCard BasicCard { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2IntentMessageBasicCard

BrowseCarouselCard

Declaration
[JsonProperty("browseCarouselCard")]
public virtual GoogleCloudDialogflowV2IntentMessageBrowseCarouselCard BrowseCarouselCard { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2IntentMessageBrowseCarouselCard

Card

Declaration
[JsonProperty("card")]
public virtual GoogleCloudDialogflowV2IntentMessageCard Card { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2IntentMessageCard

CarouselSelect

Declaration
[JsonProperty("carouselSelect")]
public virtual GoogleCloudDialogflowV2IntentMessageCarouselSelect CarouselSelect { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2IntentMessageCarouselSelect

ETag

The ETag of the item.

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

Image

Declaration
[JsonProperty("image")]
public virtual GoogleCloudDialogflowV2IntentMessageImage Image { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2IntentMessageImage

LinkOutSuggestion

Declaration
[JsonProperty("linkOutSuggestion")]
public virtual GoogleCloudDialogflowV2IntentMessageLinkOutSuggestion LinkOutSuggestion { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2IntentMessageLinkOutSuggestion

ListSelect

Declaration
[JsonProperty("listSelect")]
public virtual GoogleCloudDialogflowV2IntentMessageListSelect ListSelect { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2IntentMessageListSelect

MediaContent

Declaration
[JsonProperty("mediaContent")]
public virtual GoogleCloudDialogflowV2IntentMessageMediaContent MediaContent { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2IntentMessageMediaContent

Payload

Declaration
[JsonProperty("payload")]
public virtual IDictionary<string, object> Payload { get; set; }
Property Value
Type Description
IDictionary<string, object>

Platform

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

QuickReplies

Declaration
[JsonProperty("quickReplies")]
public virtual GoogleCloudDialogflowV2IntentMessageQuickReplies QuickReplies { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2IntentMessageQuickReplies

SimpleResponses

Declaration
[JsonProperty("simpleResponses")]
public virtual GoogleCloudDialogflowV2IntentMessageSimpleResponses SimpleResponses { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2IntentMessageSimpleResponses

Suggestions

Declaration
[JsonProperty("suggestions")]
public virtual GoogleCloudDialogflowV2IntentMessageSuggestions Suggestions { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2IntentMessageSuggestions

TableCard

Declaration
[JsonProperty("tableCard")]
public virtual GoogleCloudDialogflowV2IntentMessageTableCard TableCard { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2IntentMessageTableCard

Text

Declaration
[JsonProperty("text")]
public virtual GoogleCloudDialogflowV2IntentMessageText Text { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2IntentMessageText

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX