Google Cloud Dialogflow V2Fulfillment Generic Web Service Args
data class GoogleCloudDialogflowV2FulfillmentGenericWebServiceArgs(val isCloudFunction: Output<Boolean>? = null, val password: Output<String>? = null, val requestHeaders: Output<Map<String, String>>? = null, val uri: Output<String>, val username: Output<String>? = null) : ConvertibleToJava<GoogleCloudDialogflowV2FulfillmentGenericWebServiceArgs>
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.
Constructors
Properties
Link copied to clipboard
Optional. Indicates if generic web service is created through Cloud Functions integration. Defaults to false. is_cloud_function is deprecated. Cloud functions can be configured by its uri as a regular web service now.
Link copied to clipboard
Optional. The HTTP request headers to send together with fulfillment requests.