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

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 \ IntentCoverage

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
string

setIntent

The intent full resource name

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getCovered

Whether the intent is covered by at least one of the agent's test cases.

Returns
TypeDescription
bool

setCovered

Whether the intent is covered by at least one of the agent's test cases.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this