GoogleCloudDialogflowCxV3Webhook class
Constructors
- GoogleCloudDialogflowCxV3Webhook({bool? disabled, String? displayName, GoogleCloudDialogflowCxV3WebhookGenericWebService? genericWebService, String? name, GoogleCloudDialogflowCxV3WebhookServiceDirectoryConfig? serviceDirectory, String? timeout})
- GoogleCloudDialogflowCxV3Webhook.fromJson(Map json_)
Properties
- disabled ↔ bool?
-
getter/setter pair
- displayName ↔ String?
-
getter/setter pair
- genericWebService ↔ GoogleCloudDialogflowCxV3WebhookGenericWebService?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serviceDirectory ↔ GoogleCloudDialogflowCxV3WebhookServiceDirectoryConfig?
-
getter/setter pair
- timeout ↔ String?
-
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