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

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

The request message for Flows.GetFlowValidationResult.

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

Namespace

Google \ Cloud \ Dialogflow \ Cx \ V3

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

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

↳ language_code string

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

getName

Required. The flow name.

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

Returns
TypeDescription
string

setName

Required. The flow name.

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getLanguageCode

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

Returns
TypeDescription
string

setLanguageCode

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this