Dialogflow v3 API - Class GetFlowValidationResultRequest (2.17.0)

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

Reference documentation and code samples for the Dialogflow v3 API class GetFlowValidationResultRequest.

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/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>/validationResult.

Property Value
TypeDescription
string