Show / Hide Table of Contents

Class GoogleCloudDialogflowV2beta1AnalyzeContentRequest

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

Properties

AssistQueryParams

Declaration
[JsonProperty("assistQueryParams")]
public virtual GoogleCloudDialogflowV2beta1AssistQueryParameters AssistQueryParams { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2beta1AssistQueryParameters

AudioInput

Declaration
[JsonProperty("audioInput")]
public virtual GoogleCloudDialogflowV2beta1AudioInput AudioInput { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2beta1AudioInput

CxCurrentPage

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

CxParameters

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

ETag

The ETag of the item.

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

EventInput

Declaration
[JsonProperty("eventInput")]
public virtual GoogleCloudDialogflowV2beta1EventInput EventInput { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2beta1EventInput

IntentInput

Declaration
[JsonProperty("intentInput")]
public virtual GoogleCloudDialogflowV2beta1IntentInput IntentInput { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2beta1IntentInput

MessageSendTime

object representation of MessageSendTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use MessageSendTimeDateTimeOffset instead.")]
public virtual object MessageSendTime { get; set; }
Property Value
Type Description
object

MessageSendTimeDateTimeOffset

DateTimeOffset representation of MessageSendTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? MessageSendTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

MessageSendTimeRaw

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

QueryParams

Declaration
[JsonProperty("queryParams")]
public virtual GoogleCloudDialogflowV2beta1QueryParameters QueryParams { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2beta1QueryParameters

ReplyAudioConfig

Declaration
[JsonProperty("replyAudioConfig")]
public virtual GoogleCloudDialogflowV2beta1OutputAudioConfig ReplyAudioConfig { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2beta1OutputAudioConfig

RequestId

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

SuggestionInput

Declaration
[JsonProperty("suggestionInput")]
public virtual GoogleCloudDialogflowV2beta1SuggestionInput SuggestionInput { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2beta1SuggestionInput

TextInput

Declaration
[JsonProperty("textInput")]
public virtual GoogleCloudDialogflowV2beta1TextInput TextInput { get; set; }
Property Value
Type Description
GoogleCloudDialogflowV2beta1TextInput

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX