Google Cloud Dialogflow V2 Client - Class IntentSuggestion (1.12.3)

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
Name Description
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
Type Description
string

setDisplayName

The display name of the intent.

Parameter
Name Description
var string
Returns
Type Description
$this

getIntentV2

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

Returns
Type Description
string

hasIntentV2

setIntentV2

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

Parameter
Name Description
var string
Returns
Type Description
$this

getDescription

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

Returns
Type Description
string

setDescription

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

Parameter
Name Description
var string
Returns
Type Description
$this

getIntent

Returns
Type Description
string