public sealed class AnswerRecordName : IResourceName, IEquatable<AnswerRecordName>Resource name for the AnswerRecord resource.
Namespace
Google.Cloud.Dialogflow.V2Assembly
Google.Cloud.Dialogflow.V2.dll
Constructors
AnswerRecordName(String, String)
public AnswerRecordName(string projectId, string answerRecordId)Constructs a new instance of a AnswerRecordName class from the component parts of pattern
projects/{project}/answerRecords/{answer_record}
| Parameters | |
|---|---|
| Name | Description | 
projectId | 
        StringThe   | 
      
answerRecordId | 
        StringThe   | 
      
Properties
AnswerRecordId
public string AnswerRecordId { get; }The AnswerRecord ID. May be null, depending on which resource name is contained by this
instance.
| Property Value | |
|---|---|
| Type | Description | 
String | 
        |
IsKnownPattern
public bool IsKnownPattern { get; }Whether this instance contains a resource name with a known pattern.
| Property Value | |
|---|---|
| Type | Description | 
Boolean | 
        |
LocationId
public string LocationId { get; }The Location ID. May be null, depending on which resource name is contained by this instance.
| Property Value | |
|---|---|
| Type | Description | 
String | 
        |
ProjectId
public string ProjectId { get; }The Project ID. May be null, depending on which resource name is contained by this instance.
| Property Value | |
|---|---|
| Type | Description | 
String | 
        |
Type
public AnswerRecordName.ResourceNameType Type { get; }The AnswerRecordName.ResourceNameType of the contained resource name.
| Property Value | |
|---|---|
| Type | Description | 
AnswerRecordName.ResourceNameType | 
        |
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)
public static string Format(string projectId, string answerRecordId)Formats the IDs into the string representation of this AnswerRecordName with pattern
projects/{project}/answerRecords/{answer_record}.
| Parameters | |
|---|---|
| Name | Description | 
projectId | 
        StringThe   | 
      
answerRecordId | 
        StringThe   | 
      
| Returns | |
|---|---|
| Type | Description | 
String | 
        The string representation of this AnswerRecordName with pattern
  | 
      
FormatProjectAnswerRecord(String, String)
public static string FormatProjectAnswerRecord(string projectId, string answerRecordId)Formats the IDs into the string representation of this AnswerRecordName with pattern
projects/{project}/answerRecords/{answer_record}.
| Parameters | |
|---|---|
| Name | Description | 
projectId | 
        StringThe   | 
      
answerRecordId | 
        StringThe   | 
      
| Returns | |
|---|---|
| Type | Description | 
String | 
        The string representation of this AnswerRecordName with pattern
  | 
      
FormatProjectLocationAnswerRecord(String, String, String)
public static string FormatProjectLocationAnswerRecord(string projectId, string locationId, string answerRecordId)Formats the IDs into the string representation of this AnswerRecordName with pattern
projects/{project}/locations/{location}/answerRecords/{answer_record}.
| Parameters | |
|---|---|
| Name | Description | 
projectId | 
        StringThe   | 
      
locationId | 
        StringThe   | 
      
answerRecordId | 
        StringThe   | 
      
| Returns | |
|---|---|
| Type | Description | 
String | 
        The string representation of this AnswerRecordName with pattern
  | 
      
FromProjectAnswerRecord(String, String)
public static AnswerRecordName FromProjectAnswerRecord(string projectId, string answerRecordId)Creates a AnswerRecordName with the pattern
projects/{project}/answerRecords/{answer_record}.
| Parameters | |
|---|---|
| Name | Description | 
projectId | 
        StringThe   | 
      
answerRecordId | 
        StringThe   | 
      
| Returns | |
|---|---|
| Type | Description | 
AnswerRecordName | 
        A new instance of AnswerRecordName constructed from the provided ids.  | 
      
FromProjectLocationAnswerRecord(String, String, String)
public static AnswerRecordName FromProjectLocationAnswerRecord(string projectId, string locationId, string answerRecordId)Creates a AnswerRecordName with the pattern
projects/{project}/locations/{location}/answerRecords/{answer_record}.
| Parameters | |
|---|---|
| Name | Description | 
projectId | 
        StringThe   | 
      
locationId | 
        StringThe   | 
      
answerRecordId | 
        StringThe   | 
      
| Returns | |
|---|---|
| Type | Description | 
AnswerRecordName | 
        A new instance of AnswerRecordName constructed from the provided ids.  | 
      
FromUnparsed(UnparsedResourceName)
public static AnswerRecordName FromUnparsed(UnparsedResourceName unparsedResourceName)Creates a AnswerRecordName containing an unparsed resource name.
| Parameter | |
|---|---|
| Name | Description | 
unparsedResourceName | 
        UnparsedResourceNameThe unparsed resource name. Must not be   | 
      
| Returns | |
|---|---|
| Type | Description | 
AnswerRecordName | 
        A new instance of AnswerRecordName containing the provided
  | 
      
GetHashCode()
public override int GetHashCode()Returns a hash code for this resource name.
| Returns | |
|---|---|
| Type | Description | 
Int32 | 
        |
Parse(String)
public static AnswerRecordName Parse(string answerRecordName)Parses the given resource name string into a new AnswerRecordName instance.
| Parameter | |
|---|---|
| Name | Description | 
answerRecordName | 
        StringThe resource name in string form. Must not be   | 
      
| Returns | |
|---|---|
| Type | Description | 
AnswerRecordName | 
        The parsed AnswerRecordName if successful.  | 
      
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/answerRecords/{answer_record}projects/{project}/locations/{location}/answerRecords/{answer_record}
Parse(String, Boolean)
public static AnswerRecordName Parse(string answerRecordName, bool allowUnparsed)Parses the given resource name string into a new AnswerRecordName instance; optionally allowing an unparseable resource name.
| Parameters | |
|---|---|
| Name | Description | 
answerRecordName | 
        StringThe resource name in string form. Must not be   | 
      
allowUnparsed | 
        BooleanIf   | 
      
| Returns | |
|---|---|
| Type | Description | 
AnswerRecordName | 
        The parsed AnswerRecordName if successful.  | 
      
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/answerRecords/{answer_record}projects/{project}/locations/{location}/answerRecords/{answer_record}
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 AnswerRecordName)
public static bool TryParse(string answerRecordName, out AnswerRecordName result)Tries to parse the given resource name string into a new AnswerRecordName instance.
| Parameters | |
|---|---|
| Name | Description | 
answerRecordName | 
        StringThe resource name in string form. Must not be   | 
      
result | 
        AnswerRecordNameWhen this method returns, the parsed AnswerRecordName, or   | 
      
| Returns | |
|---|---|
| Type | Description | 
Boolean | 
        
  | 
      
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/answerRecords/{answer_record}projects/{project}/locations/{location}/answerRecords/{answer_record}
TryParse(String, Boolean, out AnswerRecordName)
public static bool TryParse(string answerRecordName, bool allowUnparsed, out AnswerRecordName result)Tries to parse the given resource name string into a new AnswerRecordName instance; optionally allowing an unparseable resource name.
| Parameters | |
|---|---|
| Name | Description | 
answerRecordName | 
        StringThe resource name in string form. Must not be   | 
      
allowUnparsed | 
        BooleanIf   | 
      
result | 
        AnswerRecordNameWhen this method returns, the parsed AnswerRecordName, or   | 
      
| Returns | |
|---|---|
| Type | Description | 
Boolean | 
        
  | 
      
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/answerRecords/{answer_record}projects/{project}/locations/{location}/answerRecords/{answer_record}
allowUnparsed is true.
Operators
Equality(AnswerRecordName, AnswerRecordName)
public static bool operator ==(AnswerRecordName a, AnswerRecordName b)| Parameters | |
|---|---|
| Name | Description | 
a | 
        AnswerRecordName | 
      
b | 
        AnswerRecordName | 
      
| Returns | |
|---|---|
| Type | Description | 
Boolean | 
        |
Inequality(AnswerRecordName, AnswerRecordName)
public static bool operator !=(AnswerRecordName a, AnswerRecordName b)| Parameters | |
|---|---|
| Name | Description | 
a | 
        AnswerRecordName | 
      
b | 
        AnswerRecordName | 
      
| Returns | |
|---|---|
| Type | Description | 
Boolean | 
        |