Dialogflow v3 API - Class Webhook.Types.ServiceDirectoryConfig (2.17.0)

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.

Inheritance

object > Webhook.Types.ServiceDirectoryConfig

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

ServiceDirectoryConfig()

public ServiceDirectoryConfig()

ServiceDirectoryConfig(ServiceDirectoryConfig)

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

Properties

GenericWebService

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

Generic Service configuration of this webhook.

Property Value
TypeDescription
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
TypeDescription
string