public sealed class ConversationDatasetName : IResourceName, IEquatable<ConversationDatasetName>
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class ConversationDatasetName.
Resource name for the ConversationDataset
resource.
Namespace
Google.Cloud.Dialogflow.V2Assembly
Google.Cloud.Dialogflow.V2.dll
Constructors
ConversationDatasetName(String, String, String)
public ConversationDatasetName(string projectId, string locationId, string conversationDatasetId)
Constructs a new instance of a ConversationDatasetName class from the component parts of
pattern projects/{project}/locations/{location}/conversationDatasets/{conversation_dataset}
Parameters | |
---|---|
Name | Description |
projectId | String The |
locationId | String The |
conversationDatasetId | String The |
Properties
ConversationDatasetId
public string ConversationDatasetId { get; }
The ConversationDataset
ID. Will not be null
, unless this instance contains an unparsed
resource name.
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. 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 |
Type
public ConversationDatasetName.ResourceNameType Type { get; }
The ConversationDatasetName.ResourceNameType of the contained resource name.
Property Value | |
---|---|
Type | Description |
ConversationDatasetName.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, String)
public static string Format(string projectId, string locationId, string conversationDatasetId)
Formats the IDs into the string representation of this ConversationDatasetName with pattern
projects/{project}/locations/{location}/conversationDatasets/{conversation_dataset}
.
Parameters | |
---|---|
Name | Description |
projectId | String The |
locationId | String The |
conversationDatasetId | String The |
Returns | |
---|---|
Type | Description |
String | The string representation of this ConversationDatasetName with pattern
|
FormatProjectLocationConversationDataset(String, String, String)
public static string FormatProjectLocationConversationDataset(string projectId, string locationId, string conversationDatasetId)
Formats the IDs into the string representation of this ConversationDatasetName with pattern
projects/{project}/locations/{location}/conversationDatasets/{conversation_dataset}
.
Parameters | |
---|---|
Name | Description |
projectId | String The |
locationId | String The |
conversationDatasetId | String The |
Returns | |
---|---|
Type | Description |
String | The string representation of this ConversationDatasetName with pattern
|
FromProjectLocationConversationDataset(String, String, String)
public static ConversationDatasetName FromProjectLocationConversationDataset(string projectId, string locationId, string conversationDatasetId)
Creates a ConversationDatasetName with the pattern
projects/{project}/locations/{location}/conversationDatasets/{conversation_dataset}
.
Parameters | |
---|---|
Name | Description |
projectId | String The |
locationId | String The |
conversationDatasetId | String The |
Returns | |
---|---|
Type | Description |
ConversationDatasetName | A new instance of ConversationDatasetName constructed from the provided ids. |
FromUnparsed(UnparsedResourceName)
public static ConversationDatasetName FromUnparsed(UnparsedResourceName unparsedResourceName)
Creates a ConversationDatasetName containing an unparsed resource name.
Parameter | |
---|---|
Name | Description |
unparsedResourceName | UnparsedResourceName The unparsed resource name. Must not be |
Returns | |
---|---|
Type | Description |
ConversationDatasetName | A new instance of ConversationDatasetName containing the provided
|
GetHashCode()
public override int GetHashCode()
Returns a hash code for this resource name.
Returns | |
---|---|
Type | Description |
Int32 |
Parse(String)
public static ConversationDatasetName Parse(string conversationDatasetName)
Parses the given resource name string into a new ConversationDatasetName instance.
Parameter | |
---|---|
Name | Description |
conversationDatasetName | String The resource name in string form. Must not be |
Returns | |
---|---|
Type | Description |
ConversationDatasetName | The parsed ConversationDatasetName if successful. |
To parse successfully, the resource name must be formatted as one of the following:
-
projects/{project}/locations/{location}/conversationDatasets/{conversation_dataset}
Parse(String, Boolean)
public static ConversationDatasetName Parse(string conversationDatasetName, bool allowUnparsed)
Parses the given resource name string into a new ConversationDatasetName instance; optionally allowing an unparseable resource name.
Parameters | |
---|---|
Name | Description |
conversationDatasetName | String The resource name in string form. Must not be |
allowUnparsed | Boolean If |
Returns | |
---|---|
Type | Description |
ConversationDatasetName | The parsed ConversationDatasetName if successful. |
To parse successfully, the resource name must be formatted as one of the following:
-
projects/{project}/locations/{location}/conversationDatasets/{conversation_dataset}
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 ConversationDatasetName)
public static bool TryParse(string conversationDatasetName, out ConversationDatasetName result)
Tries to parse the given resource name string into a new ConversationDatasetName instance.
Parameters | |
---|---|
Name | Description |
conversationDatasetName | String The resource name in string form. Must not be |
result | ConversationDatasetName When this method returns, the parsed ConversationDatasetName, or |
Returns | |
---|---|
Type | Description |
Boolean |
|
To parse successfully, the resource name must be formatted as one of the following:
-
projects/{project}/locations/{location}/conversationDatasets/{conversation_dataset}
TryParse(String, Boolean, out ConversationDatasetName)
public static bool TryParse(string conversationDatasetName, bool allowUnparsed, out ConversationDatasetName result)
Tries to parse the given resource name string into a new ConversationDatasetName instance; optionally allowing an unparseable resource name.
Parameters | |
---|---|
Name | Description |
conversationDatasetName | String The resource name in string form. Must not be |
allowUnparsed | Boolean If |
result | ConversationDatasetName When this method returns, the parsed ConversationDatasetName, or |
Returns | |
---|---|
Type | Description |
Boolean |
|
To parse successfully, the resource name must be formatted as one of the following:
-
projects/{project}/locations/{location}/conversationDatasets/{conversation_dataset}
allowUnparsed
is true
.
Operators
Equality(ConversationDatasetName, ConversationDatasetName)
public static bool operator ==(ConversationDatasetName a, ConversationDatasetName b)
Parameters | |
---|---|
Name | Description |
a | ConversationDatasetName |
b | ConversationDatasetName |
Returns | |
---|---|
Type | Description |
Boolean |
Inequality(ConversationDatasetName, ConversationDatasetName)
public static bool operator !=(ConversationDatasetName a, ConversationDatasetName b)
Parameters | |
---|---|
Name | Description |
a | ConversationDatasetName |
b | ConversationDatasetName |
Returns | |
---|---|
Type | Description |
Boolean |