GoogleCloudDialogflowV2EventInput class
Events allow for matching intents by event name instead of the natural
language input. For instance, input `` can trigger a personalized welcome
response. The parameter name
may be used by the agent in the response:
"Hello #welcome_event.name! What can I do for you today?"
.
Constructors
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- languageCode ↔ String
-
Required. The language of this query. See Language
Support for
a list of the currently supported language codes. Note that queries in the
same session do not necessarily need to specify the same language.
read / write
- name ↔ String
-
Required. The unique identifier of the event.
read / write
-
parameters
↔ Map<
String, Object> -
The collection of parameters associated with the event. Depending on your
protocol or client library language, this is a map, associative array,
symbol table, dictionary, or JSON object composed of a collection of
(MapKey, MapValue) pairs: - MapKey type: string - MapKey value: parameter
name - MapValue type: - If parameter's entity type is a composite entity:
map - Else: string or number, depending on parameter value type - MapValue
value: - If parameter's entity type is a composite entity: map from
composite entity property names to property values - Else: parameter value [...]
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, Object> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited