GoogleCloudDialogflowCxV3Webhook class

Webhooks host the developer's business logic.

During a session, webhooks allow the developer to use the data extracted by Dialogflow's natural language processing to generate dynamic responses, validate collected data, or trigger actions on the backend.

Properties

disabled bool?
Indicates whether the webhook is disabled.
getter/setter pair
displayName String?
The human-readable name of the webhook, unique within the agent.
getter/setter pair
genericWebService GoogleCloudDialogflowCxV3WebhookGenericWebService?
Configuration for a generic web service.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
The unique identifier of the webhook.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceDirectory GoogleCloudDialogflowCxV3WebhookServiceDirectoryConfig?
Configuration for a Service Directory service.
getter/setter pair
timeout String?
Webhook execution timeout.
getter/setter pair

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