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 provides documentation for the `ServiceDirectoryConfig` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, detailing its role in configuring a Service Directory service."],["The `ServiceDirectoryConfig` class is part of the `Webhook.Types` and includes properties like `GenericWebService` and `Service`, which define the service configuration and its required name and location, respectively."],["The documentation covers versions ranging from 1.0.0 to the latest release of 2.23.0, where links for each version are available for detailed reference."],["The `ServiceDirectoryConfig` class implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, while inheriting methods from `Object`."],["The `ServiceDirectoryConfig` class has 2 constructors, one is a default constructor, and the second accepts another `Webhook.Types.ServiceDirectoryConfig` as an argument."]]],[]]