Package com.google.cloud.dialogflow.v2
Interface HumanAgentAssistantConfig.SuggestionTriggerSettingsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
HumanAgentAssistantConfig.SuggestionTriggerSettings
,HumanAgentAssistantConfig.SuggestionTriggerSettings.Builder
- Enclosing class:
- HumanAgentAssistantConfig
public static interface HumanAgentAssistantConfig.SuggestionTriggerSettingsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getNoSmalltalk
boolean getNoSmalltalk()
Do not trigger if last utterance is small talk.
bool no_smalltalk = 1;
- Returns:
- The noSmalltalk.
-
getOnlyEndUser
boolean getOnlyEndUser()
Only trigger suggestion if participant role of last utterance is END_USER.
bool only_end_user = 2;
- Returns:
- The onlyEndUser.
-
-