Google Cloud Dialogflow Cx V3 Client - Class FlowValidationResult (0.5.0)

Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class FlowValidationResult.

The response message for Flows.GetFlowValidationResult.

Generated from protobuf message google.cloud.dialogflow.cx.v3.FlowValidationResult

Namespace

Google \ Cloud \ Dialogflow \ Cx \ V3

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

The unique identifier of the flow validation result. Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>/validationResult.

↳ validation_messages array<ValidationMessage>

Contains all validation messages.

↳ update_time Google\Protobuf\Timestamp

Last time the flow was validated.

getName

The unique identifier of the flow validation result.

Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>/validationResult.

Returns
Type Description
string

setName

The unique identifier of the flow validation result.

Format: projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>/validationResult.

Parameter
Name Description
var string
Returns
Type Description
$this

getValidationMessages

Contains all validation messages.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setValidationMessages

Contains all validation messages.

Parameter
Name Description
var array<ValidationMessage>
Returns
Type Description
$this

getUpdateTime

Last time the flow was validated.

Returns
Type Description
Google\Protobuf\Timestamp|null

hasUpdateTime

clearUpdateTime

setUpdateTime

Last time the flow was validated.

Parameter
Name Description
var Google\Protobuf\Timestamp
Returns
Type Description
$this