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