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 \ V3Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description | 
data | 
        
          array
          Optional. Data for populating the Message object.  | 
      
↳ name | 
        
          string
          Required. The flow name. Format:   | 
      
↳ language_code | 
        
          string
          If not specified, the agent's default language is used.  | 
      
getName
Required. The flow name.
Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>/validationResult.
| Returns | |
|---|---|
| Type | Description | 
string | 
        |
setName
Required. The flow name.
Format:
projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/flows/<FlowID>/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 flow name.
Format:
  | 
      
| Returns | |
|---|---|
| Type | Description | 
GetFlowValidationResultRequest | 
        |