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 a comprehensive list of versions for `ServiceDirectoryConfig`, ranging from version 1.0.0 to the latest version, 2.23.0, allowing access to documentation for each version."],["`ServiceDirectoryConfig` is a class that represents configuration for a Service Directory service, which is implemented by several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes constructors for creating new instances, either empty or from an existing `Webhook.Types.ServiceDirectoryConfig` instance."],["Key properties of `ServiceDirectoryConfig` include `GenericWebService`, which provides generic service configuration, and `Service`, which is a required field that specifies the Service Directory service's name and location."],["This class is located within the `Google.Cloud.Dialogflow.Cx.V3` namespace and is part of the `Google.Cloud.Dialogflow.Cx.V3.dll` assembly."]]],[]]