Class GenericWebService (0.8.0)

GenericWebService(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Represents configuration for a generic web service. Attributes: uri (str): Required. The webhook URI for receiving POST requests. It must use https protocol. username (str): The user name for HTTP Basic authentication. password (str): The password for HTTP Basic authentication. request_headers (Sequence[google.cloud.dialogflowcx_v3beta1.types.Webhook.GenericWebService.RequestHeadersEntry]): The HTTP request headers to send together with webhook requests.

Inheritance

builtins.object > proto.message.Message > GenericWebService