Class: Google::Cloud::Dialogflow::CX::V3::Webhook
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::Webhook
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/webhook.rb
Overview
Webhooks host the developer's business logic. During a session, webhooks allow the developer to use the data extracted by Dialogflow's natural language processing to generate dynamic responses, validate collected data, or trigger actions on the backend.
Defined Under Namespace
Classes: GenericWebService, ServiceDirectoryConfig
Instance Attribute Summary collapse
-
#disabled ⇒ ::Boolean
Indicates whether the webhook is disabled.
-
#display_name ⇒ ::String
Required.
-
#generic_web_service ⇒ ::Google::Cloud::Dialogflow::CX::V3::Webhook::GenericWebService
Configuration for a generic web service.
-
#name ⇒ ::String
The unique identifier of the webhook.
-
#service_directory ⇒ ::Google::Cloud::Dialogflow::CX::V3::Webhook::ServiceDirectoryConfig
Configuration for a Service Directory service.
-
#timeout ⇒ ::Google::Protobuf::Duration
Webhook execution timeout.
Instance Attribute Details
#disabled ⇒ ::Boolean
Returns Indicates whether the webhook is disabled.
56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/webhook.rb', line 56 class Webhook include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Represents configuration for a generic web service. # @!attribute [rw] uri # @return [::String] # Required. The webhook URI for receiving POST requests. It must use https # protocol. # @!attribute [rw] username # @return [::String] # The user name for HTTP Basic authentication. # @!attribute [rw] password # @return [::String] # The password for HTTP Basic authentication. # @!attribute [rw] request_headers # @return [::Google::Protobuf::Map{::String => ::String}] # The HTTP request headers to send together with webhook # requests. # @!attribute [rw] allowed_ca_certs # @return [::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'") # ``` class GenericWebService include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class RequestHeadersEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end # Represents configuration for a [Service # Directory](https://cloud.google.com/service-directory) service. # @!attribute [rw] service # @return [::String] # Required. The name of [Service # Directory](https://cloud.google.com/service-directory) service. # Format: `projects/<Project ID>/locations/<Location # ID>/namespaces/<Namespace ID>/services/<Service ID>`. # `Location ID` of the service directory must be the same as the location # of the agent. # @!attribute [rw] generic_web_service # @return [::Google::Cloud::Dialogflow::CX::V3::Webhook::GenericWebService] # Generic Service configuration of this webhook. class ServiceDirectoryConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#display_name ⇒ ::String
Returns Required. The human-readable name of the webhook, unique within the agent.
56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/webhook.rb', line 56 class Webhook include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Represents configuration for a generic web service. # @!attribute [rw] uri # @return [::String] # Required. The webhook URI for receiving POST requests. It must use https # protocol. # @!attribute [rw] username # @return [::String] # The user name for HTTP Basic authentication. # @!attribute [rw] password # @return [::String] # The password for HTTP Basic authentication. # @!attribute [rw] request_headers # @return [::Google::Protobuf::Map{::String => ::String}] # The HTTP request headers to send together with webhook # requests. # @!attribute [rw] allowed_ca_certs # @return [::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'") # ``` class GenericWebService include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class RequestHeadersEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end # Represents configuration for a [Service # Directory](https://cloud.google.com/service-directory) service. # @!attribute [rw] service # @return [::String] # Required. The name of [Service # Directory](https://cloud.google.com/service-directory) service. # Format: `projects/<Project ID>/locations/<Location # ID>/namespaces/<Namespace ID>/services/<Service ID>`. # `Location ID` of the service directory must be the same as the location # of the agent. # @!attribute [rw] generic_web_service # @return [::Google::Cloud::Dialogflow::CX::V3::Webhook::GenericWebService] # Generic Service configuration of this webhook. class ServiceDirectoryConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#generic_web_service ⇒ ::Google::Cloud::Dialogflow::CX::V3::Webhook::GenericWebService
Returns Configuration for a generic web service.
56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/webhook.rb', line 56 class Webhook include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Represents configuration for a generic web service. # @!attribute [rw] uri # @return [::String] # Required. The webhook URI for receiving POST requests. It must use https # protocol. # @!attribute [rw] username # @return [::String] # The user name for HTTP Basic authentication. # @!attribute [rw] password # @return [::String] # The password for HTTP Basic authentication. # @!attribute [rw] request_headers # @return [::Google::Protobuf::Map{::String => ::String}] # The HTTP request headers to send together with webhook # requests. # @!attribute [rw] allowed_ca_certs # @return [::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'") # ``` class GenericWebService include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class RequestHeadersEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end # Represents configuration for a [Service # Directory](https://cloud.google.com/service-directory) service. # @!attribute [rw] service # @return [::String] # Required. The name of [Service # Directory](https://cloud.google.com/service-directory) service. # Format: `projects/<Project ID>/locations/<Location # ID>/namespaces/<Namespace ID>/services/<Service ID>`. # `Location ID` of the service directory must be the same as the location # of the agent. # @!attribute [rw] generic_web_service # @return [::Google::Cloud::Dialogflow::CX::V3::Webhook::GenericWebService] # Generic Service configuration of this webhook. class ServiceDirectoryConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#name ⇒ ::String
Returns The unique identifier of the webhook.
Required for the
Webhooks.UpdateWebhook
method.
Webhooks.CreateWebhook
populates the name automatically. Format: projects/<Project
ID>/locations/<Location ID>/agents/<Agent ID>/webhooks/<Webhook ID>.
56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/webhook.rb', line 56 class Webhook include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Represents configuration for a generic web service. # @!attribute [rw] uri # @return [::String] # Required. The webhook URI for receiving POST requests. It must use https # protocol. # @!attribute [rw] username # @return [::String] # The user name for HTTP Basic authentication. # @!attribute [rw] password # @return [::String] # The password for HTTP Basic authentication. # @!attribute [rw] request_headers # @return [::Google::Protobuf::Map{::String => ::String}] # The HTTP request headers to send together with webhook # requests. # @!attribute [rw] allowed_ca_certs # @return [::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'") # ``` class GenericWebService include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class RequestHeadersEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end # Represents configuration for a [Service # Directory](https://cloud.google.com/service-directory) service. # @!attribute [rw] service # @return [::String] # Required. The name of [Service # Directory](https://cloud.google.com/service-directory) service. # Format: `projects/<Project ID>/locations/<Location # ID>/namespaces/<Namespace ID>/services/<Service ID>`. # `Location ID` of the service directory must be the same as the location # of the agent. # @!attribute [rw] generic_web_service # @return [::Google::Cloud::Dialogflow::CX::V3::Webhook::GenericWebService] # Generic Service configuration of this webhook. class ServiceDirectoryConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#service_directory ⇒ ::Google::Cloud::Dialogflow::CX::V3::Webhook::ServiceDirectoryConfig
Returns Configuration for a Service Directory service.
56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/webhook.rb', line 56 class Webhook include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Represents configuration for a generic web service. # @!attribute [rw] uri # @return [::String] # Required. The webhook URI for receiving POST requests. It must use https # protocol. # @!attribute [rw] username # @return [::String] # The user name for HTTP Basic authentication. # @!attribute [rw] password # @return [::String] # The password for HTTP Basic authentication. # @!attribute [rw] request_headers # @return [::Google::Protobuf::Map{::String => ::String}] # The HTTP request headers to send together with webhook # requests. # @!attribute [rw] allowed_ca_certs # @return [::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'") # ``` class GenericWebService include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class RequestHeadersEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end # Represents configuration for a [Service # Directory](https://cloud.google.com/service-directory) service. # @!attribute [rw] service # @return [::String] # Required. The name of [Service # Directory](https://cloud.google.com/service-directory) service. # Format: `projects/<Project ID>/locations/<Location # ID>/namespaces/<Namespace ID>/services/<Service ID>`. # `Location ID` of the service directory must be the same as the location # of the agent. # @!attribute [rw] generic_web_service # @return [::Google::Cloud::Dialogflow::CX::V3::Webhook::GenericWebService] # Generic Service configuration of this webhook. class ServiceDirectoryConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#timeout ⇒ ::Google::Protobuf::Duration
Returns Webhook execution timeout. Execution is considered failed if Dialogflow doesn't receive a response from webhook at the end of the timeout period. Defaults to 5 seconds, maximum allowed timeout is 30 seconds.
56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/webhook.rb', line 56 class Webhook include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Represents configuration for a generic web service. # @!attribute [rw] uri # @return [::String] # Required. The webhook URI for receiving POST requests. It must use https # protocol. # @!attribute [rw] username # @return [::String] # The user name for HTTP Basic authentication. # @!attribute [rw] password # @return [::String] # The password for HTTP Basic authentication. # @!attribute [rw] request_headers # @return [::Google::Protobuf::Map{::String => ::String}] # The HTTP request headers to send together with webhook # requests. # @!attribute [rw] allowed_ca_certs # @return [::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'") # ``` class GenericWebService include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class RequestHeadersEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end # Represents configuration for a [Service # Directory](https://cloud.google.com/service-directory) service. # @!attribute [rw] service # @return [::String] # Required. The name of [Service # Directory](https://cloud.google.com/service-directory) service. # Format: `projects/<Project ID>/locations/<Location # ID>/namespaces/<Namespace ID>/services/<Service ID>`. # `Location ID` of the service directory must be the same as the location # of the agent. # @!attribute [rw] generic_web_service # @return [::Google::Cloud::Dialogflow::CX::V3::Webhook::GenericWebService] # Generic Service configuration of this webhook. class ServiceDirectoryConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |