GoogleCloudDialogflowCxV3ConversationTurnUserInput class
The input from the human user.
Constructors
-
GoogleCloudDialogflowCxV3ConversationTurnUserInput({bool? enableSentimentAnalysis, Map<
String, Object?> ? injectedParameters, GoogleCloudDialogflowCxV3QueryInput? input, bool? isWebhookEnabled}) - GoogleCloudDialogflowCxV3ConversationTurnUserInput.fromJson(Map json_)
Properties
- enableSentimentAnalysis ↔ bool?
-
Whether sentiment analysis is enabled.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
injectedParameters
↔ Map<
String, Object?> ? -
Parameters that need to be injected into the conversation during intent
detection.
getter/setter pair
- input ↔ GoogleCloudDialogflowCxV3QueryInput?
-
Supports text input, event input, dtmf input in the test case.
getter/setter pair
- isWebhookEnabled ↔ bool?
-
If webhooks should be allowed to trigger in response to the user
utterance.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited