public sealed class Tool.Types.ServiceDirectoryConfig : IMessage<Tool.Types.ServiceDirectoryConfig>, IEquatable<Tool.Types.ServiceDirectoryConfig>, IDeepCloneable<Tool.Types.ServiceDirectoryConfig>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Dialogflow v2beta1 API class Tool.Types.ServiceDirectoryConfig.
Configuration for tools using Service Directory.
Implements
IMessageToolTypesServiceDirectoryConfig, IEquatableToolTypesServiceDirectoryConfig, IDeepCloneableToolTypesServiceDirectoryConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Beta1Assembly
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 |
|