Google Cloud Dialogflow V2 Client - Class IntentSuggestion (1.9.0)

Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class IntentSuggestion.

Represents an intent suggestion.

Generated from protobuf message google.cloud.dialogflow.v2.IntentSuggestion

Namespace

Google \ Cloud \ Dialogflow \ V2

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ display_name string

The display name of the intent.

↳ intent_v2 string

The unique identifier of this intent. Format: projects/<Project ID>/locations/<Location ID>/agent/intents/<Intent ID>.

↳ description string

Human readable description for better understanding an intent like its scope, content, result etc. Maximum character limit: 140 characters.

getDisplayName

The display name of the intent.

Returns
TypeDescription
string

setDisplayName

The display name of the intent.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getIntentV2

The unique identifier of this intent. Format: projects/<Project ID>/locations/<Location ID>/agent/intents/<Intent ID>.

Returns
TypeDescription
string

hasIntentV2

setIntentV2

The unique identifier of this intent. Format: projects/<Project ID>/locations/<Location ID>/agent/intents/<Intent ID>.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getDescription

Human readable description for better understanding an intent like its scope, content, result etc. Maximum character limit: 140 characters.

Returns
TypeDescription
string

setDescription

Human readable description for better understanding an intent like its scope, content, result etc. Maximum character limit: 140 characters.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getIntent

Returns
TypeDescription
string