Interface HumanAgentAssistantConfig.SuggestionTriggerSettingsOrBuilder

    • 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.MessageLiteOrBuilder

        isInitialized
      • 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.