public sealed class ServiceDirectoryConfig : IMessage<Webhook.Types.ServiceDirectoryConfig>, IEquatable<Webhook.Types.ServiceDirectoryConfig>, IDeepCloneable<Webhook.Types.ServiceDirectoryConfig>, IBufferMessage, IMessage
Required. The name of 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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage details the `ServiceDirectoryConfig` class, which is used to configure a webhook for interaction with a Service Directory service in Google Cloud."],["The latest version of the API is 2.23.0, and this page provides links to documentation for previous versions dating back to version 1.0.0, all available for `Google.Cloud.Dialogflow.Cx.V3`."],["The `ServiceDirectoryConfig` class inherits from the `Object` class and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `ServiceDirectoryConfig` class include `GenericWebService` for general service configuration and `Service` for specifying the required Service Directory service name, which needs to be within the same location as the agent."],["The ServiceDirectoryConfig class provides 2 constructors, one without any parameters and another requiring a Webhook.Types.ServiceDirectoryConfig parameter."]]],[]]