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 \ V3Methods
__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: |
↳ 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 | |
---|---|
Type | Description |
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 | |
---|---|
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<Google\Cloud\Dialogflow\Cx\V3\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 |