Dialogflow CX V3 API - Class Google::Cloud::Dialogflow::CX::V3::Webhook::GenericWebService (v0.13.0)

Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::Webhook::GenericWebService.

Represents configuration for a generic web service.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#allowed_ca_certs

def allowed_ca_certs() -> ::Array<::String>
Returns
  • (::Array<::String>) — Optional. Specifies a list of allowed custom CA certificates (in DER format) for HTTPS verification. This overrides the default SSL trust store. If this is empty or unspecified, Dialogflow will use Google's default trust store to verify certificates. N.B. Make sure the HTTPS server certificates are signed with "subject alt name". For instance a certificate can be self-signed using the following command, openssl x509 -req -days 200 -in example.com.csr \ -signkey example.com.key \ -out example.com.crt \ -extfile <(printf "\nsubjectAltName='DNS:www.example.com'")

#allowed_ca_certs=

def allowed_ca_certs=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — Optional. Specifies a list of allowed custom CA certificates (in DER format) for HTTPS verification. This overrides the default SSL trust store. If this is empty or unspecified, Dialogflow will use Google's default trust store to verify certificates. N.B. Make sure the HTTPS server certificates are signed with "subject alt name". For instance a certificate can be self-signed using the following command, openssl x509 -req -days 200 -in example.com.csr \ -signkey example.com.key \ -out example.com.crt \ -extfile <(printf "\nsubjectAltName='DNS:www.example.com'")
Returns
  • (::Array<::String>) — Optional. Specifies a list of allowed custom CA certificates (in DER format) for HTTPS verification. This overrides the default SSL trust store. If this is empty or unspecified, Dialogflow will use Google's default trust store to verify certificates. N.B. Make sure the HTTPS server certificates are signed with "subject alt name". For instance a certificate can be self-signed using the following command, openssl x509 -req -days 200 -in example.com.csr \ -signkey example.com.key \ -out example.com.crt \ -extfile <(printf "\nsubjectAltName='DNS:www.example.com'")

#password

def password() -> ::String
Returns
  • (::String) — The password for HTTP Basic authentication.

#password=

def password=(value) -> ::String
Parameter
  • value (::String) — The password for HTTP Basic authentication.
Returns
  • (::String) — The password for HTTP Basic authentication.

#request_headers

def request_headers() -> ::Google::Protobuf::Map{::String => ::String}
Returns
  • (::Google::Protobuf::Map{::String => ::String}) — The HTTP request headers to send together with webhook requests.

#request_headers=

def request_headers=(value) -> ::Google::Protobuf::Map{::String => ::String}
Parameter
  • value (::Google::Protobuf::Map{::String => ::String}) — The HTTP request headers to send together with webhook requests.
Returns
  • (::Google::Protobuf::Map{::String => ::String}) — The HTTP request headers to send together with webhook requests.

#uri

def uri() -> ::String
Returns
  • (::String) — Required. The webhook URI for receiving POST requests. It must use https protocol.

#uri=

def uri=(value) -> ::String
Parameter
  • value (::String) — Required. The webhook URI for receiving POST requests. It must use https protocol.
Returns
  • (::String) — Required. The webhook URI for receiving POST requests. It must use https protocol.

#username

def username() -> ::String
Returns
  • (::String) — The user name for HTTP Basic authentication.

#username=

def username=(value) -> ::String
Parameter
  • value (::String) — The user name for HTTP Basic authentication.
Returns
  • (::String) — The user name for HTTP Basic authentication.