Class: Google::Cloud::Dialogflow::CX::V3::Environment::WebhookConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::CX::V3::Environment::WebhookConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/cx/v3/environment.rb
Overview
Configuration for webhooks.
Instance Attribute Summary collapse
-
#webhook_overrides ⇒ ::Array<::Google::Cloud::Dialogflow::CX::V3::Webhook>
The list of webhooks to override for the agent environment.
Instance Attribute Details
#webhook_overrides ⇒ ::Array<::Google::Cloud::Dialogflow::CX::V3::Webhook>
Returns The list of webhooks to override for the agent environment. The webhook
must exist in the agent. You can override fields in
generic_web_service
and
service_directory
.
107 108 109 110 |
# File 'proto_docs/google/cloud/dialogflow/cx/v3/environment.rb', line 107 class WebhookConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |