Google Cloud Dialogflow V2 Client - Class SuggestionTriggerSettings (1.0.1)

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
NameDescription
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.

Generated from protobuf field bool no_smalltalk = 1;

Returns
TypeDescription
bool

setNoSmalltalk

Do not trigger if last utterance is small talk.

Generated from protobuf field bool no_smalltalk = 1;

Parameter
NameDescription
var bool
Returns
TypeDescription
$this

getOnlyEndUser

Only trigger suggestion if participant role of last utterance is END_USER.

Generated from protobuf field bool only_end_user = 2;

Returns
TypeDescription
bool

setOnlyEndUser

Only trigger suggestion if participant role of last utterance is END_USER.

Generated from protobuf field bool only_end_user = 2;

Parameter
NameDescription
var bool
Returns
TypeDescription
$this