Reference documentation and code samples for the Google Cloud Dialogflow Cx V3 Client class Intent.
The agent's intent.
Generated from protobuf message google.cloud.dialogflow.cx.v3.IntentCoverage.Intent
Namespace
Google \ Cloud \ Dialogflow \ Cx \ V3 \ IntentCoverageMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ intent |
string
The intent full resource name |
↳ covered |
bool
Whether the intent is covered by at least one of the agent's test cases. |
getIntent
The intent full resource name
Returns | |
---|---|
Type | Description |
string |
setIntent
The intent full resource name
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getCovered
Whether the intent is covered by at least one of the agent's test cases.
Returns | |
---|---|
Type | Description |
bool |
setCovered
Whether the intent is covered by at least one of the agent's test cases.
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |