Show / Hide Table of Contents

Class GoogleCloudDialogflowCxV3beta1ConversationTurnUserInput

The input from the human user.

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.v3beta1.Data
Assembly: Google.Apis.Dialogflow.v3beta1.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

Whether sentiment analysis is enabled.

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

InjectedParameters

Parameters that need to be injected into the conversation during intent detection.

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

Input

Supports text input, event input, dtmf input in the test case.

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

IsWebhookEnabled

If webhooks should be allowed to trigger in response to the user utterance. Often if parameters are injected, webhooks should not be enabled.

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