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."],[[["The content provides documentation for the `ServiceDirectoryConfig` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, detailing its role in configuring a Service Directory service."],["It outlines various versions of the `ServiceDirectoryConfig` class, ranging from version 1.0.0 to the latest 2.23.0, each linked to its respective documentation."],["The `ServiceDirectoryConfig` class, as a sealed class, inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring it conforms to specific message and data handling standards."],["The documentation details two constructors for creating instances of `ServiceDirectoryConfig`, one being empty and another taking a `Webhook.Types.ServiceDirectoryConfig` object as a parameter."],["Key properties of the `ServiceDirectoryConfig` are explained, including `GenericWebService` for generic service configurations and the required `Service` property for specifying the Service Directory service."]]],[]]