Google Cloud Dialogflow Cx V3 Client - Class GetAgentValidationResultRequest (0.3.3)

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

The request message for Agents.GetAgentValidationResult.

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

Namespace

Google \ Cloud \ Dialogflow \ Cx \ V3

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

Required. The agent name. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/validationResult.

↳ language_code string

If not specified, the agent's default language is used.

getName

Required. The agent name.

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

Returns
Type Description
string

setName

Required. The agent name.

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

Parameter
Name Description
var string
Returns
Type Description
$this

getLanguageCode

If not specified, the agent's default language is used.

Returns
Type Description
string

setLanguageCode

If not specified, the agent's default language is used.

Parameter
Name Description
var string
Returns
Type Description
$this

static::build

Parameter
Name Description
name string

Required. The agent name. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/validationResult. Please see Google\Cloud\Dialogflow\Cx\V3\AgentsClient::agentValidationResultName() for help formatting this field.

Returns
Type Description
Google\Cloud\Dialogflow\Cx\V3\GetAgentValidationResultRequest