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 \ V2Methods
__construct
Constructor.
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.
string
setDisplayName
The display name of the intent.
var
string
$this
getIntentV2
The unique identifier of this intent
. Format: projects/<Project
ID>/locations/<Location ID>/agent/intents/<Intent ID>
.
string
hasIntentV2
setIntentV2
The unique identifier of this intent
. Format: projects/<Project
ID>/locations/<Location ID>/agent/intents/<Intent ID>
.
var
string
$this
getDescription
Human readable description for better understanding an intent like its scope, content, result etc. Maximum character limit: 140 characters.
string
setDescription
Human readable description for better understanding an intent like its scope, content, result etc. Maximum character limit: 140 characters.
var
string
$this
getIntent
string