Class ResourceName (1.10.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
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

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月05日 UTC.