Google Cloud Dialogflow v2beta1 API - Class Tool.Types.ServiceDirectoryConfig (1.0.0-beta24)

public sealed class Tool.Types.ServiceDirectoryConfig : IMessage<Tool.Types.ServiceDirectoryConfig>, IEquatable<Tool.Types.ServiceDirectoryConfig>, IDeepCloneable<Tool.Types.ServiceDirectoryConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class Tool.Types.ServiceDirectoryConfig.

Configuration for tools using Service Directory.

Inheritance

object > Tool.Types.ServiceDirectoryConfig

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.dll

Constructors

ServiceDirectoryConfig()

public ServiceDirectoryConfig()

ServiceDirectoryConfig(ServiceDirectoryConfig)

public ServiceDirectoryConfig(Tool.Types.ServiceDirectoryConfig other)
Parameter
Name Description
other ToolTypesServiceDirectoryConfig

Properties

Service

public string Service { get; set; }

Required. The name of Service Directory service. Format: projects/<ProjectID>/locations/<LocationID>/namespaces/<NamespaceID>/services/<ServiceID>. LocationID of the service directory must be the same as the location of the tool.

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