public sealed class QaScorecardResultName : IResourceName, IEquatable<QaScorecardResultName>
Reference documentation and code samples for the Contact Center AI Insights v1 API class QaScorecardResultName.
Resource name for the QaScorecardResult
resource.
Namespace
Google.Cloud.ContactCenterInsights.V1Assembly
Google.Cloud.ContactCenterInsights.V1.dll
Constructors
QaScorecardResultName(string, string, string)
public QaScorecardResultName(string projectId, string locationId, string qaScorecardResultId)
Constructs a new instance of a QaScorecardResultName class from the component parts of pattern
projects/{project}/locations/{location}/qaScorecardResults/{qa_scorecard_result}
Parameters | |
---|---|
Name | Description |
projectId |
string The |
locationId |
string The |
qaScorecardResultId |
string The |
Properties
IsKnownPattern
public bool IsKnownPattern { get; }
Whether this instance contains a resource name with a known pattern.
Property Value | |
---|---|
Type | Description |
bool |
LocationId
public string LocationId { get; }
The Location
ID. Will not be null
, unless this instance contains an unparsed resource name.
Property Value | |
---|---|
Type | Description |
string |
ProjectId
public string ProjectId { get; }
The Project
ID. Will not be null
, unless this instance contains an unparsed resource name.
Property Value | |
---|---|
Type | Description |
string |
QaScorecardResultId
public string QaScorecardResultId { get; }
The QaScorecardResult
ID. Will not be null
, unless this instance contains an unparsed resource
name.
Property Value | |
---|---|
Type | Description |
string |
Type
public QaScorecardResultName.ResourceNameType Type { get; }
The QaScorecardResultName.ResourceNameType of the contained resource name.
Property Value | |
---|---|
Type | Description |
QaScorecardResultNameResourceNameType |
UnparsedResource
public UnparsedResourceName UnparsedResource { get; }
The contained UnparsedResourceName. Only non-null
if this instance contains an
unparsed resource name.
Property Value | |
---|---|
Type | Description |
UnparsedResourceName |
Methods
Format(string, string, string)
public static string Format(string projectId, string locationId, string qaScorecardResultId)
Formats the IDs into the string representation of this QaScorecardResultName with pattern
projects/{project}/locations/{location}/qaScorecardResults/{qa_scorecard_result}
.
Parameters | |
---|---|
Name | Description |
projectId |
string The |
locationId |
string The |
qaScorecardResultId |
string The |
Returns | |
---|---|
Type | Description |
string |
The string representation of this QaScorecardResultName with pattern
|
FormatProjectLocationQaScorecardResult(string, string, string)
public static string FormatProjectLocationQaScorecardResult(string projectId, string locationId, string qaScorecardResultId)
Formats the IDs into the string representation of this QaScorecardResultName with pattern
projects/{project}/locations/{location}/qaScorecardResults/{qa_scorecard_result}
.
Parameters | |
---|---|
Name | Description |
projectId |
string The |
locationId |
string The |
qaScorecardResultId |
string The |
Returns | |
---|---|
Type | Description |
string |
The string representation of this QaScorecardResultName with pattern
|
FromProjectLocationQaScorecardResult(string, string, string)
public static QaScorecardResultName FromProjectLocationQaScorecardResult(string projectId, string locationId, string qaScorecardResultId)
Creates a QaScorecardResultName with the pattern
projects/{project}/locations/{location}/qaScorecardResults/{qa_scorecard_result}
.
Parameters | |
---|---|
Name | Description |
projectId |
string The |
locationId |
string The |
qaScorecardResultId |
string The |
Returns | |
---|---|
Type | Description |
QaScorecardResultName |
A new instance of QaScorecardResultName constructed from the provided ids. |
FromUnparsed(UnparsedResourceName)
public static QaScorecardResultName FromUnparsed(UnparsedResourceName unparsedResourceName)
Creates a QaScorecardResultName containing an unparsed resource name.
Parameter | |
---|---|
Name | Description |
unparsedResourceName |
UnparsedResourceName The unparsed resource name. Must not be |
Returns | |
---|---|
Type | Description |
QaScorecardResultName |
A new instance of QaScorecardResultName containing the provided
|
GetHashCode()
public override int GetHashCode()
Returns a hash code for this resource name.
Returns | |
---|---|
Type | Description |
int |
Parse(string)
public static QaScorecardResultName Parse(string qaScorecardResultName)
Parses the given resource name string into a new QaScorecardResultName instance.
Parameter | |
---|---|
Name | Description |
qaScorecardResultName |
string The resource name in string form. Must not be |
Returns | |
---|---|
Type | Description |
QaScorecardResultName |
The parsed QaScorecardResultName if successful. |
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/locations/{location}/qaScorecardResults/{qa_scorecard_result}
Parse(string, bool)
public static QaScorecardResultName Parse(string qaScorecardResultName, bool allowUnparsed)
Parses the given resource name string into a new QaScorecardResultName instance; optionally allowing an unparseable resource name.
Parameters | |
---|---|
Name | Description |
qaScorecardResultName |
string The resource name in string form. Must not be |
allowUnparsed |
bool If |
Returns | |
---|---|
Type | Description |
QaScorecardResultName |
The parsed QaScorecardResultName if successful. |
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/locations/{location}/qaScorecardResults/{qa_scorecard_result}
allowUnparsed
is true
.
ToString()
public override string ToString()
The string representation of the resource name.
Returns | |
---|---|
Type | Description |
string |
The string representation of the resource name. |
TryParse(string, out QaScorecardResultName)
public static bool TryParse(string qaScorecardResultName, out QaScorecardResultName result)
Tries to parse the given resource name string into a new QaScorecardResultName instance.
Parameters | |
---|---|
Name | Description |
qaScorecardResultName |
string The resource name in string form. Must not be |
result |
QaScorecardResultName When this method returns, the parsed QaScorecardResultName, or |
Returns | |
---|---|
Type | Description |
bool |
|
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/locations/{location}/qaScorecardResults/{qa_scorecard_result}
TryParse(string, bool, out QaScorecardResultName)
public static bool TryParse(string qaScorecardResultName, bool allowUnparsed, out QaScorecardResultName result)
Tries to parse the given resource name string into a new QaScorecardResultName instance; optionally allowing an unparseable resource name.
Parameters | |
---|---|
Name | Description |
qaScorecardResultName |
string The resource name in string form. Must not be |
allowUnparsed |
bool If |
result |
QaScorecardResultName When this method returns, the parsed QaScorecardResultName, or |
Returns | |
---|---|
Type | Description |
bool |
|
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/locations/{location}/qaScorecardResults/{qa_scorecard_result}
allowUnparsed
is true
.
Operators
operator ==(QaScorecardResultName, QaScorecardResultName)
public static bool operator ==(QaScorecardResultName a, QaScorecardResultName b)
Determines whether two specified resource names have the same value.
Parameters | |
---|---|
Name | Description |
a |
QaScorecardResultName The first resource name to compare, or null. |
b |
QaScorecardResultName The second resource name to compare, or null. |
Returns | |
---|---|
Type | Description |
bool |
true if the value of |
operator !=(QaScorecardResultName, QaScorecardResultName)
public static bool operator !=(QaScorecardResultName a, QaScorecardResultName b)
Determines whether two specified resource names have different values.
Parameters | |
---|---|
Name | Description |
a |
QaScorecardResultName The first resource name to compare, or null. |
b |
QaScorecardResultName The second resource name to compare, or null. |
Returns | |
---|---|
Type | Description |
bool |
true if the value of |