Google Cloud Dialogflow v2 API - Class Tool.Types.ServiceDirectoryConfig (4.28.0)

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 v2 API class Tool.Types.ServiceDirectoryConfig.

Configuration for tools using Service Directory.

Inheritance

object > Tool.Types.ServiceDirectoryConfig

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.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