Class GetFlowValidationResultRequest (1.8.0)

public sealed class GetFlowValidationResultRequest : IMessage<GetFlowValidationResultRequest>, IEquatable<GetFlowValidationResultRequest>, IDeepCloneable<GetFlowValidationResultRequest>, IBufferMessage, IMessage

The request message for [Flows.GetFlowValidationResult][google.cloud.dialogflow.cx.v3.Flows.GetFlowValidationResult].

Inheritance

Object > GetFlowValidationResultRequest

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

GetFlowValidationResultRequest()

public GetFlowValidationResultRequest()

GetFlowValidationResultRequest(GetFlowValidationResultRequest)

public GetFlowValidationResultRequest(GetFlowValidationResultRequest other)
Parameter
NameDescription
otherGetFlowValidationResultRequest

Properties

FlowValidationResultName

public FlowValidationResultName FlowValidationResultName { get; set; }

FlowValidationResultName-typed view over the Name resource name property.

Property Value
TypeDescription
FlowValidationResultName

LanguageCode

public string LanguageCode { get; set; }

If not specified, the agent's default language is used.

Property Value
TypeDescription
String

Name

public string Name { get; set; }

Required. The flow name. Format: projects/&lt;Project ID>/locations/&lt;Location ID>/agents/&lt;Agent ID>/flows/&lt;Flow ID>/validationResult.

Property Value
TypeDescription
String