Class ResourceName (1.9.0)

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

Resource name and display name.

Inheritance

Object > ResourceName

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

ResourceName()

public ResourceName()

ResourceName(ResourceName)

public ResourceName(ResourceName other)
Parameter
NameDescription
otherResourceName

Properties

DisplayName

public string DisplayName { get; set; }

Display name.

Property Value
TypeDescription
String

Name

public string Name { get; set; }

Name.

Property Value
TypeDescription
String