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 Dialogflow v3 API class Tool.Types.ServiceDirectoryConfig.
Configuration for tools using Service Directory.
Implements
IMessageToolTypesServiceDirectoryConfig, IEquatableToolTypesServiceDirectoryConfig, IDeepCloneableToolTypesServiceDirectoryConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.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 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 |
|