Google Cloud Dialogflow V2 Client - Class SuggestionTriggerSettings (1.8.0)

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

Namespace

Google \ Cloud \ Dialogflow \ V2 \ HumanAgentAssistantConfig

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.

Returns
TypeDescription
bool

setNoSmalltalk

Do not trigger if last utterance is small talk.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this

getOnlyEndUser

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

Returns
TypeDescription
bool

setOnlyEndUser

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

Parameter
NameDescription
var bool
Returns
TypeDescription
$this