public sealed class Webhook.Types.ServiceDirectoryConfig : IMessage<Webhook.Types.ServiceDirectoryConfig>, IEquatable<Webhook.Types.ServiceDirectoryConfig>, IDeepCloneable<Webhook.Types.ServiceDirectoryConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class Webhook.Types.ServiceDirectoryConfig.
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 Dialogflow v3 API class `Webhook.Types.ServiceDirectoryConfig` is version 2.23.0, with a range of available versions from 1.0.0 up to this latest release."],["`Webhook.Types.ServiceDirectoryConfig` is a class that represents configuration for a Service Directory service within the Dialogflow v3 API."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, deep cloning, and buffer management."],["The class includes a `GenericWebService` property for configuring generic service details and a `Service` property that requires the Service Directory service name in a specific format, ensuring it's within the same location as the agent."],["The `Webhook.Types.ServiceDirectoryConfig` class has two constructors: a parameterless one and another allowing for copying an existing `Webhook.Types.ServiceDirectoryConfig` object."]]],[]]