Interface HumanAgentAssistantConfig.SuggestionTriggerSettingsOrBuilder (4.47.0)

public static interface HumanAgentAssistantConfig.SuggestionTriggerSettingsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNoSmalltalk()

public abstract boolean getNoSmalltalk()

Do not trigger if last utterance is small talk.

bool no_smalltalk = 1;

Returns
TypeDescription
boolean

The noSmalltalk.

getOnlyEndUser()

public abstract boolean getOnlyEndUser()

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

bool only_end_user = 2;

Returns
TypeDescription
boolean

The onlyEndUser.