Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class SuggestionTriggerSettings.
Settings of suggestion trigger.
Generated from protobuf message google.cloud.dialogflow.v2.HumanAgentAssistantConfig.SuggestionTriggerSettings
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ no_smalltalk |
bool
Do not trigger if last utterance is small talk. |
↳ only_end_user |
bool
Only trigger suggestion if participant role of last utterance is END_USER. |
getNoSmalltalk
Do not trigger if last utterance is small talk.
Returns | |
---|---|
Type | Description |
bool |
setNoSmalltalk
Do not trigger if last utterance is small talk.
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |
getOnlyEndUser
Only trigger suggestion if participant role of last utterance is END_USER.
Returns | |
---|---|
Type | Description |
bool |
setOnlyEndUser
Only trigger suggestion if participant role of last utterance is END_USER.
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |