Google Cloud Dialogflow V2beta1Fulfillment Generic Web Service Response
data class GoogleCloudDialogflowV2beta1FulfillmentGenericWebServiceResponse(val isCloudFunction: Boolean, val password: String, val requestHeaders: Map<String, String>, val uri: String, val username: String)
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.