public sealed class ConversationTurn.Types.UserInput : IMessage<ConversationTurn.Types.UserInput>, IEquatable<ConversationTurn.Types.UserInput>, IDeepCloneable<ConversationTurn.Types.UserInput>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class ConversationTurn.Types.UserInput.
The input from the human user.
Implements
IMessageConversationTurnTypesUserInput, IEquatableConversationTurnTypesUserInput, IDeepCloneableConversationTurnTypesUserInput, IBufferMessage, IMessageNamespace
GoogleCloudGoogle.Cloud.DialogflowGoogle.Cloud.Dialogflow.CxV3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
UserInput()
public UserInput()
UserInput(UserInput)
public UserInput(ConversationTurn.Types.UserInput other)
Parameter | |
---|---|
Name | Description |
other | ConversationTurnTypesUserInput |
Properties
EnableSentimentAnalysis
public bool EnableSentimentAnalysis { get; set; }
Whether sentiment analysis is enabled.
Property Value | |
---|---|
Type | Description |
bool |
InjectedParameters
public Struct InjectedParameters { get; set; }
Parameters that need to be injected into the conversation during intent detection.
Property Value | |
---|---|
Type | Description |
Struct |
Input
public QueryInput Input { get; set; }
Supports [text input][google.cloud.dialogflow.cx.v3.QueryInput.text], [event input][google.cloud.dialogflow.cx.v3.QueryInput.event], [dtmf input][google.cloud.dialogflow.cx.v3.QueryInput.dtmf] in the test case.
Property Value | |
---|---|
Type | Description |
QueryInput |
IsWebhookEnabled
public bool IsWebhookEnabled { get; set; }
If webhooks should be allowed to trigger in response to the user utterance. Often if parameters are injected, webhooks should not be enabled.
Property Value | |
---|---|
Type | Description |
bool |