Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class AgentValidationResult.
The response message for Agents.GetAgentValidationResult.
Generated from protobuf message google.cloud.dialogflow.cx.v3.AgentValidationResult
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 agent validation result. Format: |
↳ flow_validation_results |
array<Google\Cloud\Dialogflow\Cx\V3\FlowValidationResult>
Contains all flow validation results. |
getName
The unique identifier of the agent validation result.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/validationResult
.
Returns | |
---|---|
Type | Description |
string |
setName
The unique identifier of the agent validation result.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent
ID>/validationResult
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getFlowValidationResults
Contains all flow validation results.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setFlowValidationResults
Contains all flow validation results.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Dialogflow\Cx\V3\FlowValidationResult>
|
Returns | |
---|---|
Type | Description |
$this |