public static interface HumanAgentAssistantConfig.SuggestionTriggerSettingsOrBuilder extends 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, hasOneof
isInitialized
boolean getNoSmalltalk()
Do not trigger if last utterance is small talk.
bool no_smalltalk = 1;
boolean getOnlyEndUser()
Only trigger suggestion if participant role of last utterance is END_USER.
bool only_end_user = 2;
Copyright © 2022 Google LLC. All rights reserved.