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_small_talk = 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.