public sealed class ServiceDirectoryConfig : IMessage<Webhook.Types.ServiceDirectoryConfig>, IEquatable<Webhook.Types.ServiceDirectoryConfig>, IDeepCloneable<Webhook.Types.ServiceDirectoryConfig>, IBufferMessage, IMessage
Represents configuration for a Service Directory service.
Implements
IMessage<Webhook.Types.ServiceDirectoryConfig>, IEquatable<Webhook.Types.ServiceDirectoryConfig>, IDeepCloneable<Webhook.Types.ServiceDirectoryConfig>, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
ServiceDirectoryConfig()
public ServiceDirectoryConfig()
ServiceDirectoryConfig(Webhook.Types.ServiceDirectoryConfig)
public ServiceDirectoryConfig(Webhook.Types.ServiceDirectoryConfig other)
Parameter | |
---|---|
Name | Description |
other | Webhook.Types.ServiceDirectoryConfig |
Properties
GenericWebService
public Webhook.Types.GenericWebService GenericWebService { get; set; }
Generic Service configuration of this webhook.
Property Value | |
---|---|
Type | Description |
Webhook.Types.GenericWebService |
Service
public string Service { get; set; }
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.
Property Value | |
---|---|
Type | Description |
String |