Class FlowValidationResult (1.8.0)

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

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

Inheritance

Object > FlowValidationResult

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

FlowValidationResult()

public FlowValidationResult()

FlowValidationResult(FlowValidationResult)

public FlowValidationResult(FlowValidationResult other)
Parameter
Name Description
other FlowValidationResult

Properties

FlowValidationResultName

public FlowValidationResultName FlowValidationResultName { get; set; }

FlowValidationResultName-typed view over the Name resource name property.

Property Value
Type Description
FlowValidationResultName

Name

public string Name { get; set; }

The unique identifier of the flow validation result. Format: projects/&lt;Project ID>/locations/&lt;Location ID>/agents/&lt;Agent ID>/flows/&lt;Flow ID>/validationResult.

Property Value
Type Description
String

UpdateTime

public Timestamp UpdateTime { get; set; }

Last time the flow was validated.

Property Value
Type Description
Timestamp

ValidationMessages

public RepeatedField<ValidationMessage> ValidationMessages { get; }

Contains all validation messages.

Property Value
Type Description
RepeatedField<ValidationMessage>

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月05日 UTC.