Interface HumanAgentHandoffConfig.LivePersonConfigOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getAccountNumber()
      Required.
      com.google.protobuf.ByteString getAccountNumberBytes()
      Required.
      • 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

      • getAccountNumber

        String getAccountNumber()
         Required. Account number of the LivePerson account to connect. This is
         the account number you input at the login page.
         
        string account_number = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The accountNumber.
      • getAccountNumberBytes

        com.google.protobuf.ByteString getAccountNumberBytes()
         Required. Account number of the LivePerson account to connect. This is
         the account number you input at the login page.
         
        string account_number = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The bytes for accountNumber.