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 provided content details the `ServiceDirectoryConfig` class within the `Google.Cloud.Dialogflow.Cx.V3` namespace for managing Service Directory service configurations in Dialogflow CX webhooks."],["The document offers a comprehensive list of versioned documentation links, starting from version 1.0.0 up to the latest 2.23.0, specifically for `Google.Cloud.Dialogflow.Cx.V3.Webhook.Types.ServiceDirectoryConfig`."],["`ServiceDirectoryConfig` implements interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`, along with `IBufferMessage`, demonstrating its capabilities for message handling, comparison, and cloning."],["Key properties of `ServiceDirectoryConfig` include `GenericWebService`, which represents the generic service configuration of the webhook, and `Service`, which is the required identifier for the Service Directory service."],["The `Service` property needs to follow a specific format, `projects/\u003cProject ID\u003e/locations/\u003cLocation ID\u003e/namespaces/\u003cNamespace ID\u003e/services/\u003cService ID\u003e`, and the Location ID must be the same as the agent's."]]],[]]