Class Webhook.Types.ServiceDirectoryConfig (1.8.0)

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.

Inheritance

Object > Webhook.Types.ServiceDirectoryConfig

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

ServiceDirectoryConfig()

public ServiceDirectoryConfig()

ServiceDirectoryConfig(Webhook.Types.ServiceDirectoryConfig)

public ServiceDirectoryConfig(Webhook.Types.ServiceDirectoryConfig other)
Parameter
NameDescription
otherWebhook.Types.ServiceDirectoryConfig

Properties

GenericWebService

public Webhook.Types.GenericWebService GenericWebService { get; set; }

Generic Service configuration of this webhook.

Property Value
TypeDescription
Webhook.Types.GenericWebService

Service

public string Service { get; set; }

Required. The name of Service Directory service. Format: projects/&lt;Project ID>/locations/&lt;Location ID>/namespaces/&lt;Namespace ID>/services/&lt;Service ID>. Location ID of the service directory must be the same as the location of the agent.

Property Value
TypeDescription
String