public static interface HumanAgentAssistantConfig.SuggestionTriggerSettingsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getNoSmallTalk()
Do not trigger if last utterance is small talk.
|
boolean |
getOnlyEndUser()
Only trigger suggestion if participant role of last utterance is
END_USER.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean getNoSmallTalk()
Do not trigger if last utterance is small talk.
bool no_small_talk = 1;boolean getOnlyEndUser()
Only trigger suggestion if participant role of last utterance is END_USER.
bool only_end_user = 2;Copyright © 2023 Google LLC. All rights reserved.