Gemini Enterprise for Customer Experience v1 API - Class ServiceDirectoryConfig (1.0.0-beta01)

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

Reference documentation and code samples for the Gemini Enterprise for Customer Experience v1 API class ServiceDirectoryConfig.

Configuration for tools using Service Directory.

Inheritance

object > ServiceDirectoryConfig

Namespace

Google.Cloud.Ces.V1

Assembly

Google.Cloud.Ces.V1.dll

Constructors

ServiceDirectoryConfig()

public ServiceDirectoryConfig()

ServiceDirectoryConfig(ServiceDirectoryConfig)

public ServiceDirectoryConfig(ServiceDirectoryConfig other)
Parameter
Name Description
other ServiceDirectoryConfig

Properties

Service

public string Service { get; set; }

Required. The name of Service Directory service. Format: projects/{project}/locations/{location}/namespaces/{namespace}/services/{service}. Location of the service directory must be the same as the location of the app.

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