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` library, detailing its purpose in configuring a Service Directory service."],["The `ServiceDirectoryConfig` class is part of the `Webhook.Types` namespace and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists different versions of the library from 1.0.0 up to the latest 2.23.0 for `ServiceDirectoryConfig`, along with links to the documentation for each specific version."],["The `ServiceDirectoryConfig` class has properties such as `GenericWebService` and `Service`, which are used to configure the generic service settings and specify the Service Directory service name."],["The documentation includes details on the constructors available for the `ServiceDirectoryConfig` class, allowing users to create new instances either with default settings or based on existing configurations."]]],[]]