Show / Hide Table of Contents

Class GoogleCloudDialogflowCxV3beta1ConversationTurnUserInput

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

Properties

ETag

The ETag of the item.

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

EnableSentimentAnalysis

Declaration
[JsonProperty("enableSentimentAnalysis")]
public virtual bool? EnableSentimentAnalysis { get; set; }
Property Value
Type Description
bool?

InjectedParameters

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

Input

Declaration
[JsonProperty("input")]
public virtual GoogleCloudDialogflowCxV3beta1QueryInput Input { get; set; }
Property Value
Type Description
GoogleCloudDialogflowCxV3beta1QueryInput

IsWebhookEnabled

Declaration
[JsonProperty("isWebhookEnabled")]
public virtual bool? IsWebhookEnabled { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX