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 latest version of the `ServiceDirectoryConfig` is 2.23.0, but multiple previous versions are also available, dating back to version 1.0.0."],["`ServiceDirectoryConfig` is a class that represents the configuration for a Service Directory service within the Google Cloud Dialogflow CX V3."],["It inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, providing functionality for message handling, equality checks, deep cloning, and buffer operations."],["The class includes properties like `GenericWebService`, which is used for a generic service configuration, and `Service`, which is the required property that holds the Service Directory service name."],["It has two constructors available, a default one, and another which takes in another `ServiceDirectoryConfig` object as a parameter."]]],[]]