Reference documentation and code samples for the Dialogflow CX V3 API class Google::Cloud::Dialogflow::CX::V3::Environment::WebhookConfig.
Configuration for webhooks.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#webhook_overrides
def webhook_overrides() -> ::Array<::Google::Cloud::Dialogflow::CX::V3::Webhook>
Returns
-
(::Array<::Google::Cloud::Dialogflow::CX::V3::Webhook>) — 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
andservice_directory
.
#webhook_overrides=
def webhook_overrides=(value) -> ::Array<::Google::Cloud::Dialogflow::CX::V3::Webhook>
Parameter
-
value (::Array<::Google::Cloud::Dialogflow::CX::V3::Webhook>) — 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
andservice_directory
.
Returns
-
(::Array<::Google::Cloud::Dialogflow::CX::V3::Webhook>) — 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
andservice_directory
.