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 provided content outlines the different versions of the `ServiceDirectoryConfig` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace, ranging from version 1.0.0 to the latest version 2.23.0."],["`ServiceDirectoryConfig` is a class that represents configuration for a Service Directory service, and it implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `GenericWebService`, which configures generic web service details, and `Service`, which is a required field for specifying the Service Directory service name."],["There are two constructors available for the class: a default constructor (`ServiceDirectoryConfig()`) and one that takes another `ServiceDirectoryConfig` object as a parameter for copying (`ServiceDirectoryConfig(Webhook.Types.ServiceDirectoryConfig other)`)."],["The page acts as a reference guide, including the class's inheritance, its implementation of interfaces, its namespace, assembly location, and a full list of versions for the class."]]],[]]