public sealed class ResourceName : IMessage<ResourceName>, IEquatable<ResourceName>, IDeepCloneable<ResourceName>, IBufferMessage, IMessage
Reference documentation and code samples for the Dialogflow v3 API class ResourceName.
Resource name and display name.
Implements
IMessageResourceName, IEquatableResourceName, IDeepCloneableResourceName, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
ResourceName()
public ResourceName()
ResourceName(ResourceName)
public ResourceName(ResourceName other)
Parameter | |
---|---|
Name | Description |
other | ResourceName |
Properties
DisplayName
public string DisplayName { get; set; }
Display name.
Property Value | |
---|---|
Type | Description |
string |
Name
public string Name { get; set; }
Name.
Property Value | |
---|---|
Type | Description |
string |