GoogleCloudDialogflowV2FulfillmentGenericWebService class

Represents configuration for a generic web service.

Dialogflow supports two mechanisms for authentications: - Basic authentication with username and password. - Authentication with additional authentication headers. More information could be found at: https://cloud.google.com/dialogflow/docs/fulfillment-configure.

Properties

hashCode int
The hash code for this object.
no setterinherited
isCloudFunction bool?
Indicates if generic web service is created through Cloud Functions integration.
getter/setter pair
password String?
The password for HTTP Basic authentication.
getter/setter pair
requestHeaders Map<String, String>?
The HTTP request headers to send together with fulfillment requests.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uri String?
The fulfillment URI for receiving POST requests.
getter/setter pair
username String?
The user name for HTTP Basic authentication.
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