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 configurations in Dialogflow CX."],["The latest version of the Dialogflow v3 API class `Webhook.Types.ServiceDirectoryConfig` is 2.23.0, with a comprehensive list of previous versions ranging from 1.0.0 to 2.22.0, allowing developers to reference specific versions."],["The `ServiceDirectoryConfig` class is a sealed class, implements multiple interfaces, and allows for the configuration of a generic web service and a required service string."],["The `ServiceDirectoryConfig` class is used to configure a Service Directory service, and the specified service's location ID must match that of the Dialogflow agent."],["The class has two constructors `ServiceDirectoryConfig()` and `ServiceDirectoryConfig(Webhook.Types.ServiceDirectoryConfig other)` for creating new instances and it has two properties that are `GenericWebService` and `Service`."]]],[]]