Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class CalculateCoverageRequest.
The request message for TestCases.CalculateCoverage.
Generated from protobuf message google.cloud.dialogflow.cx.v3.CalculateCoverageRequest
Namespace
Google \ Cloud \ Dialogflow \ Cx \ V3Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description | 
data | 
        
          array
          Optional. Data for populating the Message object.  | 
      
↳ agent | 
        
          string
          Required. The agent to calculate coverage for. Format:   | 
      
↳ type | 
        
          int
          Required. The type of coverage requested.  | 
      
getAgent
Required. The agent to calculate coverage for.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>.
| Returns | |
|---|---|
| Type | Description | 
string | 
        |
setAgent
Required. The agent to calculate coverage for.
Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>.
| Parameter | |
|---|---|
| Name | Description | 
var | 
        
          string
           | 
      
| Returns | |
|---|---|
| Type | Description | 
$this | 
        |
getType
Required. The type of coverage requested.
| Returns | |
|---|---|
| Type | Description | 
int | 
        |
setType
Required. The type of coverage requested.
| Parameter | |
|---|---|
| Name | Description | 
var | 
        
          int
           | 
      
| Returns | |
|---|---|
| Type | Description | 
$this | 
        |