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

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
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

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

↳ validation_messages array<Google\Cloud\Dialogflow\Cx\V3\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/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>/validationResult.

Returns
TypeDescription
string

setName

The unique identifier of the flow validation result.

Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/flows/<Flow ID>/validationResult.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getValidationMessages

Contains all validation messages.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setValidationMessages

Contains all validation messages.

Parameter
NameDescription
var array<Google\Cloud\Dialogflow\Cx\V3\ValidationMessage>
Returns
TypeDescription
$this

getUpdateTime

Last time the flow was validated.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasUpdateTime

clearUpdateTime

setUpdateTime

Last time the flow was validated.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this