Show / Hide Table of Contents

Class GoogleCloudDialogflowV2beta1IntentMessage

Inheritance
object
GoogleCloudDialogflowV2beta1IntentMessage
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 GoogleCloudDialogflowV2beta1IntentMessage : IDirectResponseSchema

Properties

BasicCard

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

BrowseCarouselCard

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

Card

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

CarouselSelect

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

ETag

The ETag of the item.

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

Image

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

LinkOutSuggestion

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

ListSelect

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

MediaContent

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

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 GoogleCloudDialogflowV2beta1IntentMessageQuickReplies QuickReplies { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2beta1IntentMessageQuickReplies

RbmCarouselRichCard

Declaration
[JsonProperty("rbmCarouselRichCard")]
public virtual GoogleCloudDialogflowV2beta1IntentMessageRbmCarouselCard RbmCarouselRichCard { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2beta1IntentMessageRbmCarouselCard

RbmStandaloneRichCard

Declaration
[JsonProperty("rbmStandaloneRichCard")]
public virtual GoogleCloudDialogflowV2beta1IntentMessageRbmStandaloneCard RbmStandaloneRichCard { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2beta1IntentMessageRbmStandaloneCard

RbmText

Declaration
[JsonProperty("rbmText")]
public virtual GoogleCloudDialogflowV2beta1IntentMessageRbmText RbmText { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2beta1IntentMessageRbmText

SimpleResponses

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

Suggestions

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

TableCard

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

TelephonyPlayAudio

Declaration
[JsonProperty("telephonyPlayAudio")]
public virtual GoogleCloudDialogflowV2beta1IntentMessageTelephonyPlayAudio TelephonyPlayAudio { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2beta1IntentMessageTelephonyPlayAudio

TelephonySynthesizeSpeech

Declaration
[JsonProperty("telephonySynthesizeSpeech")]
public virtual GoogleCloudDialogflowV2beta1IntentMessageTelephonySynthesizeSpeech TelephonySynthesizeSpeech { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2beta1IntentMessageTelephonySynthesizeSpeech

TelephonyTransferCall

Declaration
[JsonProperty("telephonyTransferCall")]
public virtual GoogleCloudDialogflowV2beta1IntentMessageTelephonyTransferCall TelephonyTransferCall { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2beta1IntentMessageTelephonyTransferCall

Text

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX