Google Cloud Dialogflow Cx V3 Client - Class AgentValidationResult (0.1.1)

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 \ V3

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

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

↳ 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
TypeDescription
string

setName

The unique identifier of the agent validation result.

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getFlowValidationResults

Contains all flow validation results.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setFlowValidationResults

Contains all flow validation results.

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