Class: Google::Cloud::Dialogflow::CX::V3::Webhook::GenericWebService
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::Webhook::GenericWebService
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/webhook.rb
Overview
Represents configuration for a generic web service.
Defined Under Namespace
Classes: RequestHeadersEntry
Instance Attribute Summary collapse
-
#allowed_ca_certs ⇒ ::Array<::String>
Optional.
-
#password ⇒ ::String
The password for HTTP Basic authentication.
-
#request_headers ⇒ ::Google::Protobuf::Map{::String => ::String}
The HTTP request headers to send together with webhook requests.
-
#uri ⇒ ::String
Required.
-
#username ⇒ ::String
The user name for HTTP Basic authentication.
Instance Attribute Details
#allowed_ca_certs ⇒ ::Array<::String>
89 90 91 92 93 94 95 96 97 98 99 100 101 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/webhook.rb', line 89 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 |
#password ⇒ ::String
89 90 91 92 93 94 95 96 97 98 99 100 101 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/webhook.rb', line 89 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 |
#request_headers ⇒ ::Google::Protobuf::Map{::String => ::String}
89 90 91 92 93 94 95 96 97 98 99 100 101 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/webhook.rb', line 89 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 |
#uri ⇒ ::String
89 90 91 92 93 94 95 96 97 98 99 100 101 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/webhook.rb', line 89 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 |
#username ⇒ ::String
89 90 91 92 93 94 95 96 97 98 99 100 101 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/webhook.rb', line 89 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 |