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.
Represents configuration for a Service Directory service.
Implements
IMessageWebhookTypesServiceDirectoryConfig, IEquatableWebhookTypesServiceDirectoryConfig, IDeepCloneableWebhookTypesServiceDirectoryConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
ServiceDirectoryConfig()
public ServiceDirectoryConfig()
ServiceDirectoryConfig(ServiceDirectoryConfig)
public ServiceDirectoryConfig(Webhook.Types.ServiceDirectoryConfig other)
Parameter | |
---|---|
Name | Description |
other |
WebhookTypesServiceDirectoryConfig |
Properties
GenericWebService
public Webhook.Types.GenericWebService GenericWebService { get; set; }
Generic Service configuration of this webhook.
Property Value | |
---|---|
Type | Description |
WebhookTypesGenericWebService |
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 |
ServiceAsServiceName
public ServiceName ServiceAsServiceName { get; set; }
ServiceName-typed view over the Service resource name property.
Property Value | |
---|---|
Type | Description |
ServiceName |