Result class

Constructors

Result(Map response)

Properties

action String
write-only
actionIncomplete bool
write-only
contexts dynamic
write-only
fulfillment Fulfillment
write-only
getAction → String
read-only
getActionIncomplete → bool
read-only
getContexts → dynamic
read-only
getFulfillment Fulfillment
read-only
getMetadata Metadata
read-only
getParameters → Map
read-only
getResolvedQuery → String
read-only
getScore → double
read-only
getSource → String
read-only
metadata Metadata
write-only
parameters Map
write-only
resolvedQuery String
write-only
score double
write-only
source String
write-only
hashCode → int
The hash code for this object. [...]
read-only, inherited
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
toString() → String
Returns a string representation of this object.
inherited

Operators

operator ==(dynamic other) → bool
The equality operator. [...]
inherited