public sealed class GetValidationResultRequest : IMessage<GetValidationResultRequest>, IEquatable<GetValidationResultRequest>, IDeepCloneable<GetValidationResultRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dialogflow v2 API class GetValidationResultRequest.
The request message for [Agents.GetValidationResult][google.cloud.dialogflow.v2.Agents.GetValidationResult].
Implements
IMessage<GetValidationResultRequest>, IEquatable<GetValidationResultRequest>, IDeepCloneable<GetValidationResultRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Dialogflow.V2Assembly
Google.Cloud.Dialogflow.V2.dll
Constructors
GetValidationResultRequest()
public GetValidationResultRequest()
GetValidationResultRequest(GetValidationResultRequest)
public GetValidationResultRequest(GetValidationResultRequest other)
Parameter | |
---|---|
Name | Description |
other | GetValidationResultRequest |
Properties
LanguageCode
public string LanguageCode { get; set; }
Optional. The language for which you want a validation result. If not specified, the agent's default language is used. Many languages are supported. Note: languages must be enabled in the agent before they can be used.
Property Value | |
---|---|
Type | Description |
String |
Parent
public string Parent { get; set; }
Required. The project that the agent is associated with.
Format: projects/<Project ID>
.
Property Value | |
---|---|
Type | Description |
String |
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }
LocationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
LocationName |
ParentAsProjectName
public ProjectName ParentAsProjectName { get; set; }
ProjectName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
ProjectName |
ParentAsResourceName
public IResourceName ParentAsResourceName { get; set; }
IResourceName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
IResourceName |